Forum Discussion
Irineu_Costato_
Aug 02, 2010Historic F5 Account
Cookie Persistence
Hi Folks,
I need to create an irule using cookie persistence, I create this below, is it work ? I don´t have how to try now.
when HTTP_REQUEST {
if {[HTTP::cookie ]} {
use pool PoolA
...
Chris_Miller
Altostratus
Aug 02, 2010You need to specify the name of the cookie...something like this:
when HTTP_REQUEST {
if { HTTP::cookie exists "PoolA" } {
pool PoolA }
}
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