Class LoggingSessionListener

java.lang.Object
org.wildfly.clustering.session.container.servlet.LoggingSessionListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener, EventListener

@WebListener public class LoggingSessionListener extends Object implements jakarta.servlet.http.HttpSessionListener
Detects support (or lack thereof) for HttpSessionListener notifications in Spring Session.
Author:
Paul Ferraro
  • Constructor Details

    • LoggingSessionListener

      public LoggingSessionListener()
  • Method Details

    • sessionCreated

      public void sessionCreated(jakarta.servlet.http.HttpSessionEvent event)
      Specified by:
      sessionCreated in interface jakarta.servlet.http.HttpSessionListener
    • sessionDestroyed

      public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
      Specified by:
      sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener