Tobias M
Tobias M

Reputation: 1338

Changing Tomcat Set-Cookie header

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

Answers (1)

Joachim Sauer
Joachim Sauer

Reputation: 308021

You can specify the name of the session cookie by setting the org.apache.catalina.SESSION_COOKIE_NAME system property.

Upvotes: 2

Related Questions