Is there any way to change the Set-Cookie header to something other than JSESSIONID? To something like ASP.NET_SessionId?
+2
A:
You can specify the name of the session cookie by setting the org.apache.catalina.SESSION_COOKIE_NAME
system property.
Joachim Sauer
2010-05-12 09:50:28