Forum Discussion
Kenny_Van_73892
Nimbostratus
May 11, 2007Different persistence each pool under a single virtual server
I'm hitting the wall with persistence in version 9.4. In version 4.6, I can set different persistence for each pool such as SSL persistence for pool A, Simple persistence for pool B, and None for poo...
Kenny_Van_73892
Nimbostratus
May 15, 2007Thanks Aaron.
I wonder if I can have the irule as below
when HTTP_REQUEST {
if {[HTTP::uri] contains "A"} {
persist simple
pool A
}
elseif {
set sslid [session lookup ssl [SSL::sessionid]]
persist uie $sslid
[HTTP::uri] contains "B"} {
pool B
}
else {
pool C
}
}
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
