Forum Discussion
bruno_thomas_12
Nimbostratus
Aug 02, 2005persistence cookie at BIG IP level too persistent?
When a cookie is created at the bIG IP level it seems that the user is stuck on the same server for his session (which is a requirement of our solution) but should that server fail during the session,...
unRuleY_95363
Aug 02, 2005Historic F5 Account
To provide an example of rappy's solution a) above, simply try adding this to a rule on your virtual:
when LB_FAILED {
if { not [info exists retry_count] } {
set retry_count 0
}
if { $retry_count < 3 } {
LB::reselect
incr retry_count
}
}
For solution b) you'll have to wait until 9.2 ships as it requires some new commands that are only available in 9.2.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects