Forum Discussion
Dan_24402
Nimbostratus
Sep 09, 2009Cookie Persistence issue with Dual Persistence
We are having an issue with Dual Cookie Persistence.
We do dual persistence meaning
we have a static and dynamic pool and use two different cookies
The co...
Dan_24402
Nimbostratus
Sep 10, 2009Hey Aaron,
We are seeing the set cookies of the BIGipServer cookies in the response, and then it seems to persist to those instead of the Custom Cookie Name
Here is a sample rule causing it:
rule redirects {
when HTTP_REQUEST {
set eat_cookie 0
set sessioned_req 0
Routes specific folders to specific pools
switch -glob [string tolower [HTTP::uri]] {
"/static/*" {
persist cookie insert ServerIP2
HTTP::cookie remove ServerIP
pool pool_80
}
"/dynamic/*/content/*" {
set eat_cookie 0
set sessioned_req 1
pool pool_81
}
default {
persist cookie insert ServerIP2
HTTP::cookie remove ServerIP
}
}
}
}
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