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: docs/manual/src/docs/asciidoc/_includes/servlet/appendix/faq.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ You cannot have two separate sessions at once.
233
233
So if you log in again in another window or tab you are just reauthenticating in the same session.
234
234
The server doesn't know anything about tabs, windows or browser instances.
235
235
All it sees are HTTP requests and it ties those to a particular session according to the value of the JSESSIONID cookie that they contain.
236
-
When a user authenticates during a session, Spring Security's concurrent session control checks the number of__other authenticated sessions__ that they have.
236
+
When a user authenticates during a session, Spring Security's concurrent session control checks the number of __other authenticated sessions__ that they have.
237
237
If they are already authenticated with the same session, then re-authenticating will have no effect.
0 commit comments