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

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"] ...