Forum Discussion
istockchris_390
Dec 08, 2010Nimbostratus
Masking cookie names from the server
I have fighting sessionID cookies from two different applications. One uses a subdomain, the other uses the root domain. My work around idea is to hide the cookie using the root domain from the appli...
hooleylist
Dec 09, 2010Cirrostratus
Can you log the value(s) of the Set-Cookie header(s) for each response and post back with the sanitized output from /var/log/ltm? You can use:
log local0. "Set-Cookie headers: [HTTP::header values Set-Cookie]"
Also, you could replace these checks:
if { [HTTP::header exists "Cookie"] and [HTTP::header "Cookie"] contains "OWAsessionid" } {
with:
if { [HTTP::cookie value "OWAsessionid"] ne "" } {
Aaron
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