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 SummaryModifier and TypeMethodDescriptionvoidonInvalidSessionDetected(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
- 
Method Details- 
onInvalidSessionDetectedvoid onInvalidSessionDetected(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException - Throws:
- IOException
- jakarta.servlet.ServletException
 
 
-