Reputation: 1338
Is there any way to change the Set-Cookie header to something other than JSESSIONID? To something like ASP.NET_SessionId?
Upvotes: 0
Views: 809
Reputation: 308021
You can specify the name of the session cookie by setting the org.apache.catalina.SESSION_COOKIE_NAME
system property.
Upvotes: 2