org.springframework.security.web.session
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 Summary
 void onInvalidSessionDetected(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

onInvalidSessionDetected

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