views:

46

answers:

1

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