Implementations of this interface may are notified of changes to the list of active sessions in a web application. To recieve notification events, the implementation class must be configured in the deployment descriptor for the web application.
HttpSessionEvent
void
sessionCreated(HttpSessionEvent se)
sessionDestroyed(HttpSessionEvent se)
public void sessionCreated(HttpSessionEvent se)
se
public void sessionDestroyed(HttpSessionEvent se)