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

Forum Discussion

Eric_Waite_1046's avatar
Eric_Waite_1046
Icon for Nimbostratus rankNimbostratus
Oct 06, 2006

jsessionid uri vs. cookie

I am using the following rule to persist via jsessionId.     when CLIENT_ACCEPTED {   set add_persist 1   }   when HTTP_RESPONSE {   if { [HTTP::cookie exists "JID"] and $add_pe...