Class LoggingSessionListener

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

@WebListener public class LoggingSessionListener extends Object implements javax.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(javax.servlet.http.HttpSessionEvent event)
      Specified by:
      sessionCreated in interface javax.servlet.http.HttpSessionListener
    • sessionDestroyed

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