Interface InvalidSessionStrategy
-
- All Known Implementing Classes:
RequestedUrlRedirectInvalidSessionStrategy
,SimpleRedirectInvalidSessionStrategy
public interface InvalidSessionStrategy
Determines the behaviour of theSessionManagementFilter
when an invalid session Id is submitted and detected in theSessionManagementFilter
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInvalidSessionDetected(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-