Forum Discussion
Ray_Ebersole_13
Nimbostratus
Mar 29, 2015Session Cookie Persistence with Group Priority Problem
Hi,
I am using session cookie persistence for a VIP and have Group Priority set for less than 1 member for the application members in priority 4 group and a Maintenance/Error page in priority 1 ...
StephanManthey
Nacreous
Mar 29, 2015Hi Ray,
how about using two pools (one containing the application servers, second one with sorry server)? The iRule decides which pool to pick. In case of selecting the pool with the sorry server the persistence will be turned off.when CLIENT_ACCEPTED {
if {[active_members pool_web_app] > 0} {
pool pool_web_app
} else {
persist none
pool pool_sorry_server
}
}
Thanks, Stephan
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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