Forum Discussion
Jace_45978
Nimbostratus
Mar 19, 2012persistence 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...
hoolio
Cirrostratus
Mar 21, 2012I 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
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
