Forum Discussion
JB325_287199
Sep 08, 2016Nimbostratus
Common/Cookie_Remove:4: error:
Can anyone tell me why I get this error when making an iRule to remove cookies?
wrong args][HTTP::cookie remove]
Here is my iRule...
when HTTP_REQUEST {
if {[HTTP::path] contains "/smartpayments*" }...
Kai_Wilke
Sep 08, 2016MVP
Hi JB325,
You have to specify the name of the cookie which should be removed...
HTTP::cookie remove MyCookieName
... if you need to remove every cookie from the current request, then use...
HTTP::header remove Cookie
Cheers, Kai
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