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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ public SessionManagementConfigurer<H> sessionFixation(
324
324
325
325
/**
326
326
* Controls the maximum number of sessions for a user. The default is to allow any
327
-
* number of users.
327
+
* number of sessions.
328
328
* @param maximumSessions the maximum number of sessions for a user
329
329
* @return the {@link SessionManagementConfigurer} for further customizations
0 commit comments