Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Dec 20, 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 { ...