Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Dec 21, 2011

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 { ...