Forum Discussion
Robert_47833
Dec 21, 2011Altostratus
how to use foreach
when HTTP_RESPONSE {
set cjj [HTTP::cookie names]
foreach cjjcookie $cjj {
if {$cjjcookie == "how to add 4 cookie name here"
}
{ Do nothing.
}
else {
...
Robert_47833
Dec 23, 2011Altostratus
oh,I got it ,hehe
when HTTP_RESPONSE {
foreach cjjcookie [HTTP::cookie names] {
if {[class match -- $cjjcookie equals unsecure_cookie
----------------- "--" above betweet match and $cjjcookie should be removed
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