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

Forum Discussion

IT_Support_5777's avatar
IT_Support_5777
Icon for Nimbostratus rankNimbostratus
Sep 28, 2007

Cookie Peristence ASP Session ID

I would like to get some help with the following iRule:     when HTTP_RESPONSE {   if { [HTTP::cookie exists "ASP.NET_SessionId"] } {   persist add uie [HTTP::cookie "ASP.NET_SessionId"] ...