Forum Discussion
Dave_Gerke_2110
Nimbostratus
Oct 29, 2007Cookie Irule Help
IE is blocking cookies for a url because the host name the client comes in on is different than the host name inside the cookie. Client connects on www.xyz.com and a cookie is sent with a host name in...
hoolio
Cirrostratus
Oct 29, 2007That's close. The first variable for HTTP::cookie domain should be the cookie name you want to modify. This should work:
when HTTP_RESPONSE {
if {[HTTP::cookie exists abcPlanCode}{
HTTP::cookie domain abcPlanCode www.xyz.com
}
}
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