Forum Discussion
Eric_Waite_1046
Nimbostratus
Oct 06, 2006jsessionid uri vs. cookie
I am using the following rule to persist via jsessionId.
when CLIENT_ACCEPTED {
set add_persist 1
}
when HTTP_RESPONSE {
if { [HTTP::cookie exists "JID"] and $add_pe...
Colin_Walker_12
Oct 10, 2006Historic F5 Account
There's no reason that this rule:
when HTTP_REQUEST {
set jsess [findstr [HTTP::uri] "jsessionid" 11 "?"]
if { $jsess != "" } {
persist uie $jsess
}
}would be looking for cookies. Is that the version you're using?
Colin
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
