Forum Discussion
Dave_Burnett_20
Nov 10, 2008Nimbostratus
Modified Domain Cookie blocking
We have recently installed a pair of F56400s (v9.4.3) in front of our website with ASM in blocking mode.
Despite the fact that our Website only utilises a handful of cookies (all confi...
alfian_3548
Dec 16, 2010Nimbostratus
Aaron,
is this script ok?
when HTTP_REQUEST {
Loop through each cookie by name
foreach acookie [HTTP::cookie names] {
Check if cookie starts with bcsi or _em_
if {[string match -nocase "bcsi-*" $acookie] or [string match -nocase "_em_*" $acookie]}{
Remove cookie
HTTP::cookie remove $acookie
}
}
}
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