Forum Discussion
mnb_63148
Nimbostratus
Mar 04, 2014Is there a way to tell the cookie version via a tcpdump?
Is there a way to tell the version attribute of a cookie in a wireshark capture? When I look through a packet capture, I do not see a cookie version. I am about to deploy the following iRule to set t...
mnb_63148
Nimbostratus
Mar 06, 2014Thanks, Kevin.
Would it be possible to set the HTTPOnly flag without setting the version? If not, I will give your iRule a try.
when HTTP_RESPONSE { set cookieNames [HTTP::cookie names] foreach aCookie $cookieNames { HTTP::cookie httponly $aCookie enable } }
when HTTP_RESPONSE { HTTP::cookie httponly myCookie enable }
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