public class SharedSessionData extends Object implements javax.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
SharedSessionData() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
find(String sessionId)
Find the stored data and return that, if not found return an empty map
for the given key.
|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event) |
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic static Map<String,String> find(String sessionId)
sessionId - the key to look forCopyright © 2017. All rights reserved.