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.HttpSessionListenerHttpSessionListener.sessionCreated(javax.servlet.http.HttpSessionEvent)public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerHttpSessionListener.sessionDestroyed(javax.servlet.http.HttpSessionEvent)Copyright © 2018 OpenMRS LLC.. All Rights Reserved.