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