Forum Discussion
Robert_47833
Apr 21, 2011Altostratus
question in http::cookie secure
when HTTP_RESPONSE
{
set myValues [HTTP::cookie names]
foreach mycookie $myValues
{
if {$mycookie == "cjj_INFO"}
{
Do nothin...
nitass
Apr 21, 2011Employee
>I didn't set action or statement ,what will happen to the traffic?
traffic will be processed normally.
btw, i adjusted the irule to make it easily readable. anyway, i've not tested it out. pls feel free to revise.
when HTTP_RESPONSE {
foreach myCookie [HTTP::cookie names] {
if {not ($myCookie equals "cjj_INFO" or $myCookie equals "cjj_SESS")} {
HTTP::cookie secure $myCookie enable
}
}
}
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