public final class MSSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Constructor and Description |
---|
MSSessionListener() |
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.HttpSession |
getSessionById(String id) |
static Map<String,javax.servlet.http.HttpSession> |
getSessionMap() |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public static javax.servlet.http.HttpSession getSessionById(String id)
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.