javax.servlet.http
public interface HttpSessionListener extends EventListener
Since: Servlet 2.3
| 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