javax.servlet.http
public interface HttpSessionListener extends EventListener
Since: Servlet 2.3
Version: $Revision: 1.4 $ $Date: 2004/09/23 08:05:29 $
Method Summary | |
---|---|
void | sessionCreated(HttpSessionEvent se)
Notification that a session was created. |
void | sessionDestroyed(HttpSessionEvent se)
Notification that a session is about to be invalidated. |
Parameters: se the notification event
Parameters: se the notification event