Interface InvalidSessionStrategy

  • All Known Implementing Classes:
    SimpleRedirectInvalidSessionStrategy

    public interface InvalidSessionStrategy
    Determines the behaviour of the SessionManagementFilter when an invalid session Id is submitted and detected in the SessionManagementFilter.
    • Method Detail

      • onInvalidSessionDetected

        void onInvalidSessionDetected​(javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
        Throws:
        java.io.IOException
        javax.servlet.ServletException