Interface HttpSessionListener

    • Method Detail

      • sessionCreated

        default void sessionCreated​(HttpSessionEvent se)
        Receives notification that a session has been created.
        Implementation Requirements:
        The default implementation takes no action.
        Parameters:
        se - the HttpSessionEvent containing the session
      • sessionDestroyed

        default void sessionDestroyed​(HttpSessionEvent se)
        Receives notification that a session is about to be invalidated.
        Implementation Requirements:
        The default implementation takes no action.
        Parameters:
        se - the HttpSessionEvent containing the session