FileDocCategorySizeDatePackage
HttpSessionListener.javaAPI DocGlassfish v2 API2755Fri May 04 22:34:20 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