Interface InvalidSessionStrategy
- All Known Implementing Classes:
 RequestedUrlRedirectInvalidSessionStrategy,SimpleRedirectInvalidSessionStrategy
public interface InvalidSessionStrategy
Determines the behaviour of the 
SessionManagementFilter when an invalid session
 Id is submitted and detected in the SessionManagementFilter.- 
Method Summary
Modifier and TypeMethodDescriptionvoidonInvalidSessionDetected(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)  
- 
Method Details
- 
onInvalidSessionDetected
void onInvalidSessionDetected(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException - Throws:
 IOExceptionjakarta.servlet.ServletException
 
 -