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
@@ -288,7 +288,7 @@ public SessionManagementConfigurer<H> sessionFixation(
288
288
289
289
/**
290
290
* Controls the maximum number of sessions for a user. The default is to allow any
291
-
* number of users.
291
+
* number of sessions.
292
292
* @param maximumSessions the maximum number of sessions for a user
293
293
* @return the {@link SessionManagementConfigurer} for further customizations
0 commit comments