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 nothing.
}
if {$mycookie == "cjj_SESS"}
{
Do nothing.
}
else {
HTTP::cookie secure $mycookie enable
}
}
}
If there is a http response include cjj_INFO and other cookie like,cjj_test,will they be set secure flag with respect to this irule
Because I don't know if I didn't set action or statement ,what will happen to the traffic?
Can some one help me?
Thanks very much