For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

bmoorewiz's avatar
bmoorewiz
Icon for Nimbostratus rankNimbostratus
Nov 23, 2015

jsessionID iRule

Here is the output from code share...   when HTTP_RESPONSE { if { [HTTP::cookie exists "JSESSIONID"] } { persist add uie [HTTP::cookie "JSESSIONID"] } } when HTTP_REQUEST { if { [HTTP::c...