FileDocCategorySizeDatePackage
HttpSessionListener.javaAPI DocApache Tomcat 6.0.141589Fri Jul 20 04:20:36 BST 2007javax.servlet.http

HttpSessionListener

public interface HttpSessionListener implements EventListener
Implementations of this interface are notified of changes to the list of active sessions in a web application. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application.
see
HttpSessionEvent
since
v 2.3

Fields Summary
Constructors Summary
Methods Summary
public voidsessionCreated(javax.servlet.http.HttpSessionEvent se)
Notification that a session was created.

param
se the notification event

public voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Notification that a session is about to be invalidated.

param
se the notification event