Forum Discussion
Dawei_S_300040
Jul 30, 2018Nimbostratus
How to remove the ASM TS* Cookie
Hello
We tried to remove the ASM TS* Cookie with this IRule :
HTTP_REQUEST_RELEASE {
set cookies [HTTP::cookie names]
foreach aCookie $cookies {
if {$aCookie matches_regex {^TS(?:...
Stephane_Viau
Jul 30, 2018Nimbostratus
This code will not remove the cookie completely, it will only prevent the cookie from being passed on to the pool members. In other words the client will send the cookie to the Big IP and the Big IP will remove the cookie from the http header before the request is sent to the server.
If you wish to remove the cookie completely, why don't you remove it from the ASM policy instead?
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