Class NuxeoSessionListener

java.lang.Object
org.nuxeo.ecm.platform.web.common.session.NuxeoSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class NuxeoSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Listen to HttpSession events to update the NuxeoHttpSessionMonitor.
Since:
5.4.2
Author:
Tiry ([email protected])
  • Constructor Details

    • NuxeoSessionListener

      public NuxeoSessionListener()
  • Method Details

    • sessionCreated

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

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