public class SessionSupport
extends java.lang.Object
implements jakarta.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
SessionSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionCreated(jakarta.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(jakarta.servlet.http.HttpSessionEvent se) |
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent se)
sessionCreated in interface jakarta.servlet.http.HttpSessionListenerpublic void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent se)
sessionDestroyed in interface jakarta.servlet.http.HttpSessionListenerCopyright © 2022. All Rights Reserved.