Forum Discussion
Jacob_Harres
Nimbostratus
May 05, 2006Non-persistance for select URIs
We have a service that is currently setup behind a Cisco Content switch. The setup that is currently in place applys a persistance cookie to all traffic, except traffic to certain URIs. I am migrati...
Jacob_Harres
Nimbostratus
May 05, 2006Colin, thank you for the feedback, the link was indeed quite helpful.
After reading through it, I think the idea of naming a persistance profile instead of just a cookie would be a better appraoch, as it gives me a bit more flexibility. In doing this, would I still need to setup the VS with the persistance profile, or would calling it from the rule take care of the job?
Regards,
Jacob
when HTTP_REQUEST {
if { [URI::path] contains "/fileupload/file_upload.aspx" } {
persist none
pool InterAct-Staging
} else {
persist InterAct-persisance-profile
pool InterAct-Staging
}
}
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