Forum Discussion
KS-NetEngineer_
Sep 04, 2014Nimbostratus
Verifying Cookie Persistence
I'm trying to validate cookie persistence is working on my Lab VE. My profile is using the Cookie Insert method with the default settings from the default cookie persistence profile. I can see that t...
Kevin_Davies_40
Sep 09, 2014Nacreous
If you want to know if you cookie persistence is being used then check for the existence of the BigIPServer cookie in the request using an iRule. If it exists and cookie persistence is enabled then it will be using it.
when HTTP_REQUEST {
if {[HTTP::cookie exists "BIGipServer[LB::server pool]"]} {
log local0. "Using cookie persistence"
}
}
- SubrunJun 23, 2023Cirrostratus
Can you tell what you meant as "using cookie persistence"
So after setting this I should be able to see logs from /var/log/ltm ?
log local0. "Using cookie persistence"
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