Forum Discussion
Preet_pk
Mar 10, 2022Cirrus
Disable cookie persistance in irule
Hi, Just want to know if there is any option to disable cookie persistance in irule for a particular application. As we are using host based Layer 7 irule, there is a requirement to disable cookie p...
- Mar 10, 2022
Hello, add "persist none" instruction in lab2.ae switch statement. "persist none" disables persistence (whether enabled via profile or iRule) until the current connection is closed or another persist iRule command is used.
when HTTP_REQUEST { switch [string tolower [HTTP::host]] { lab1.ae { pool lab1_Pool1 } lab2.ae { pool lab2_Pool1 persist none } } }
CA_Valli
Mar 10, 2022MVP
Hello, add "persist none" instruction in lab2.ae switch statement. "persist none" disables persistence (whether enabled via profile or iRule) until the current connection is closed or another persist iRule command is used.
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
lab1.ae { pool lab1_Pool1 }
lab2.ae {
pool lab2_Pool1
persist none
}
}
}
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