Forum Discussion
Raymond_Cheung_
Nimbostratus
May 25, 2005Can I keep persistance using Single Signon Cookie?
Can I use "Universal Persistance" with iRule to keep persistance using "Single Signon Cookie"?
It will be going to one virtual server with one pool and 2 node.
The Cookie Name is "ObSSOCookie"
Has anyone try this?
Please point me to the right direction.
Thanks
Raymond
- drteeth_127330Historic F5 AccountA better way to do this is to use cookie hash persistence. To enable, it, create a persistence profile of mode cookie and specify a cookie mode of hash with a cookie name, hash offset, and hash length. If you do not know the length, you can use zero and the full value of the cookie will be used. This approach does not require an iRule. As its name suggests, the session persistence is based on a hash of the cookie value.
- Raymond_Cheung_
Nimbostratus
drteeth, - unRuleY_95363Historic F5 AccountTwo answers:
rule signon_persist { when HTTP_REQUEST { persist uie [HTTP::cookie ObSSOCookie] } }
profile persist signon_persist { mode cookie cookie mode hash cookie name ObSSOCookie cookie hash offset 0 cookie hash length 0 }
- Raymond_Cheung_
Nimbostratus
Thanks for the help! - drteeth_127330Historic F5 AccountAt this time, there is only DevCentral and the BIG-IP manuals. More documentation is on the way.
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