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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ public final class SessionManagementConfigurer<H extends HttpSecurityBuilder<H>>
Copy file name to clipboardExpand all lines: config/src/test/java/org/springframework/security/config/annotation/web/configurers/SessionManagementConfigurerTests.java
Copy file name to clipboardExpand all lines: web/src/main/java/org/springframework/security/web/authentication/session/ConcurrentSessionControlAuthenticationStrategy.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,7 @@ public void setMaximumSessions(int maximumSessions) {
186
186
* Sets the <tt>sessionLimitStrategy</tt> property. The default value is 1. Use -1 for
187
187
* unlimited sessions.
188
188
* @param sessionLimitStrategy the session limit strategy
0 commit comments