public interface IBMSessionListener
extends javax.servlet.http.HttpSessionListener
A session will eventually time out on every server that accesses the session, and therefore sessionRemovedFromCache() will be called on all of these servers. sessionDestroyed() is only called during session invalidation, which only happens on one server. Further, the server that invalidates and calls sessionDestroyed() may or may not be the same server that created a session and called sessionCreated().
Modifier and Type | Method and Description |
---|---|
void |
sessionRemovedFromCache(java.lang.String sessionId) |