Forum Discussion
jmwest1_142072
Nimbostratus
Jan 24, 2014Convert Citrix Netscaler rule to F5 Persistence Profile or iRule
Our agency has an industry specific application that uses an executable shell to launch IE and connect to a back end server for the http traffic. Our problem is that persistence isn't working correct...
IheartF5_45022
Nacreous
Jan 25, 2014I'm not sure I have the nuances of the Citrix rule down pat, but I suspect this is what you need with a Universal persistence profile (see http://support.f5.com/kb/en-us/solutions/public/7000/300/sol7392.html);-
when HTTP_RESPONSE {
if { [HTTP::cookie exists "GreenwaySession"] } {
persist add uie [HTTP::cookie "GreenwaySession"]
}
}
when HTTP_REQUEST {
if { [HTTP::cookie exists "GreenwaySession"] } {
persist uie [HTTP::cookie "GreenwaySession"]
}
}
jmwest1_142072
Nimbostratus
Jan 28, 2014Thanks for the reply! I've applied a universal persistence profile with this rule in place and am testing. I'll follow up when testing is completed.
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