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
@@ -303,7 +303,7 @@ public SessionManagementConfigurer<H> sessionFixation(
303
303
304
304
/**
305
305
* Controls the maximum number of sessions for a user. The default is to allow any
306
-
* number of users.
306
+
* number of sessions.
307
307
* @param maximumSessions the maximum number of sessions for a user
308
308
* @return the {@link SessionManagementConfigurer} for further customizations
0 commit comments