Class LoggingSessionIdentifierListener

java.lang.Object
org.wildfly.clustering.session.spec.container.servlet.LoggingSessionIdentifierListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionIdListener

@WebListener public class LoggingSessionIdentifierListener extends Object implements javax.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(javax.servlet.http.HttpSessionEvent event, String oldSessionId)
      Specified by:
      sessionIdChanged in interface javax.servlet.http.HttpSessionIdListener