Closed GoogleCodeExporter closed 9 years ago
Changed title as this is independent of the actual serialization strategy.
Original comment by martin.grotzke
on 19 Feb 2010 at 8:51
Passivation does not occur as (right now) sessions are still kept in the local
session
map, only activation has to be supported (in the case that a session is loaded
from a
tomcat taking over the session from a failed tomcat).
Original comment by martin.grotzke
on 19 Feb 2010 at 8:54
Just as a personal note (stumbled over this right now):
https://issues.apache.org/bugzilla/show_bug.cgi?id=48717
Original comment by martin.grotzke
on 1 Apr 2010 at 7:23
Fixed. Also javax.servlet.http.HttpSessionListeners are notified (via
sessionCreated(HttpSessionEvent)) about the new
active session in this web application.
Original comment by martin.grotzke
on 2 Apr 2010 at 8:47
Original issue reported on code.google.com by
martin.grotzke
on 19 Feb 2010 at 2:07