Class LoggingSessionIdentifierListener
java.lang.Object
org.wildfly.clustering.session.spec.container.servlet.LoggingSessionIdentifierListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionIdListener,EventListener
@WebListener
public class LoggingSessionIdentifierListener
extends Object
implements jakarta.servlet.http.HttpSessionIdListener
Detects support (or lack thereof) for HttpSessionIdListener notifications in Spring Session.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionIdChanged(jakarta.servlet.http.HttpSessionEvent event, String oldSessionId)
-
Constructor Details
-
LoggingSessionIdentifierListener
public LoggingSessionIdentifierListener()
-
-
Method Details
-
sessionIdChanged
- Specified by:
sessionIdChangedin interfacejakarta.servlet.http.HttpSessionIdListener
-