Interface SessionInformationExpiredStrategy
- All Known Implementing Classes:
- SimpleRedirectSessionInformationExpiredStrategy
public interface SessionInformationExpiredStrategy
Determines the behaviour of the 
ConcurrentSessionFilter when an expired session
 is detected in the ConcurrentSessionFilter.- Since:
- 4.2.0
- 
Method SummaryModifier and TypeMethodDescriptionvoid
- 
Method Details- 
onExpiredSessionDetectedvoid onExpiredSessionDetected(SessionInformationExpiredEvent event) throws IOException, jakarta.servlet.ServletException - Throws:
- IOException
- jakarta.servlet.ServletException
 
 
-