Interface InvalidateHttpSessionOperation


  • public interface InvalidateHttpSessionOperation
    Operation to obtain details of invalidating a HttpSession within the HttpSessionStore.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getSessionId

        java.lang.String getSessionId()
        Obtains the session Id of the HttpSession to invalidate.
        Returns:
        Session Id of the HttpSession to invalidate.
      • failedToInvalidateSession

        void failedToInvalidateSession​(java.lang.Throwable cause)
        Flags failed to invalidate the HttpSession within the HttpSessionStore.
        Parameters:
        cause - Cause of the failure.