Forum Discussion
mikey_webb
Cirrus
Aug 08, 2014irule for persistent
Please help. I have a Virtual Server with 4 pool members and simply want a user to connect to the same member ie cookie persistence. Need cookie as within the application when upload is done a new se...
Yann_Desmarest
Cirrus
Aug 11, 2014Exact, Still missing the following rule to add the cookie persistence :
when HTTP_RESPONSE {
if { [HTTP::cookie exists "qarpc"] } {
persist add uie [HTTP::header value "qarpc"]
}
}
when HTTP_REQUEST {
if { [HTTP::cookie exists "qarpc"] } {
persist uie [HTTP::header value "qarpc"]
}
}
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