Interface HttpSessionListener

    • Method Detail

      • sessionCreated

        default void sessionCreated​(HttpSessionEvent se)
        Receives notification that a session has been created.
        Parameters:
        se - the HttpSessionEvent containing the session
      • sessionDestroyed

        default void sessionDestroyed​(HttpSessionEvent se)
        Receives notification that a session is about to be invalidated.
        Parameters:
        se - the HttpSessionEvent containing the session