Forum Discussion
Jace_45978
Mar 19, 2012Nimbostratus
persistence based on uri call
would like to add persistence profile if client makes call with /admin in the uri to the VS otherwise there is no persistence on the VIP.
I plan on adding a universal persistence to the VS with t...
hooleylist
Mar 21, 2012Cirrostratus
I think the persist command might stay in effect for the rest of the connection. So you might want to disable persistence for non-matching URIs:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/dispatch/admin/StartAdmin.html" } {
persist source_addr 255.255.255.255 2100
} else {
persist none
}
}
Aaron
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