Forum Discussion
Robert_47833
Altostratus
Apr 21, 2011question in http::cookie secure
when HTTP_RESPONSE
{
set myValues [HTTP::cookie names]
foreach mycookie $myValues
{
if {$mycookie == "cjj_INFO"}
{
Do nothin...
Robert_47833
Altostratus
Apr 22, 2011oh,thanks nitass ,naladar
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
}
}
}
my irule has one issue
the cjj_info will be set a secure flag in the second if statement,right?
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