You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/src/main/java/org/springframework/security/config/annotation/web/configurers/SessionManagementConfigurer.java
+7
Original file line number
Diff line number
Diff line change
@@ -389,6 +389,13 @@ public ConcurrencyControlConfigurer expiredUrl(String expiredUrl) {
389
389
returnthis;
390
390
}
391
391
392
+
/**
393
+
* Determines the behaviour when an expired session is detected.
394
+
*
395
+
* @param expiredSessionStrategy the {@link SessionInformationExpiredStrategy} to
396
+
* use when an expired session is detected.
397
+
* @return the {@link ConcurrencyControlConfigurer} for further customizations
0 commit comments