@WebListener
public class SessionStart
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
private javax.servlet.http.HttpSession |
session |
Constructor and Description |
---|
SessionStart()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionCreated(HttpSessionEvent)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionDestroyed(HttpSessionEvent)