public class SessionListener extends Object implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
SessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
Called whenever a session times out or a user logs out (and so the session is closed)
|
public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionCreated(javax.servlet.http.HttpSessionEvent)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionDestroyed(javax.servlet.http.HttpSessionEvent)
Copyright © 2015 OpenMRS Inc.. All rights reserved.