Wicket has an AbstractHttpSessionStore.SessionBindingListener class
(implementing HttpSessionBindingListener and Serializable) that stores the
session id. When valueUnbound is invoked by the servlet container, the
SessionBindingListener invokes
application.getSessionStore().unbind(sessionId) which in turn cleans up the
PageStore (used by the SecondLevelCacheSessionStore) and the
bufferedResponses held by the WebApplication.
The question is what does happen when a session is relocated and therefore
the session id is changed.
Original issue reported on code.google.com by martin.grotzke on 22 Feb 2010 at 8:25
Original issue reported on code.google.com by
martin.grotzke
on 22 Feb 2010 at 8:25