Class LoggingSessionIdentifierListener

java.lang.Object
org.wildfly.clustering.session.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 Details

    • LoggingSessionIdentifierListener

      public LoggingSessionIdentifierListener()
  • Method Details

    • sessionIdChanged

      public void sessionIdChanged(jakarta.servlet.http.HttpSessionEvent event, String oldSessionId)
      Specified by:
      sessionIdChanged in interface jakarta.servlet.http.HttpSessionIdListener