Interface SessionInformationExpiredStrategy

  • All Known Implementing Classes:
    SimpleRedirectSessionInformationExpiredStrategy

    public interface SessionInformationExpiredStrategy
    Determines the behaviour of the ConcurrentSessionFilter when an expired session is detected in the ConcurrentSessionFilter.
    Since:
    4.2.0
    • Method Detail

      • onExpiredSessionDetected

        void onExpiredSessionDetected​(SessionInformationExpiredEvent event)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
        Throws:
        java.io.IOException
        javax.servlet.ServletException