Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Fixed.
Setting the session cookie / changing the session id is now delegated to
o.a.catalina.connector.Request.changeSessionId(String sessionId). This is
available since 6.0.21!
So any new version of msm now requires tomcat >= 6.0.21.
However, reading the configured session cookie name is still relevant, as we
check for a session cookie during session backup. For this the correct session
cookie name has to be used.
Since tc 6.0.27/28 the session cookie name is configurable per context (see
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html and
http://issues.apache.org/bugzilla/show_bug.cgi?id=48379).
The sessionCookieName is read from the context if this method is available,
otherwise (for earlier versions) the Globals.SESSION_COOKIE_NAME is used
(configurable via system property org.apache.catalina.SESSION_COOKIE_NAME).
Original comment by martin.grotzke
on 28 Dec 2010 at 10:30
Original comment by martin.grotzke
on 27 Jan 2011 at 10:36
Original issue reported on code.google.com by
martin.grotzke
on 17 Nov 2010 at 12:25