Forum Discussion
Dan_Henderson_1
Nimbostratus
Feb 25, 2005secure cookies with cookie persistence?
Hi
Is there a way to enable secure cookies for cookie persistence on the bigip v904?
Thanks
Dan
- drteeth_127330Historic F5 AccountNo, there isn't. But cookie persistence can be re-implemented fairly easily with the universal persistence rule commands. You could then insert a cookie with whatever attributes you want, encrypt it, etc. Why don't you take a stab at writing the rule and I'll help out if you have problems?
- bl0ndie_127134Historic F5 AccountWe have also provided a way to do an inplace AES encryption/decryption of the cookies. Here is an example.
when HTTP_REQUEST { if {[HTTP::cookie exists "cookieName"]} { HTTP::cookie decrpt "cookieName" "passphrase" } } when HTTP_RESPONSE { if {[HTTP::cookie exists "cookieName"]} { HTTP::cookie encrypt "cookieName" "passphrase" } }
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