add white space before strong notation.

This commit is contained in:
Hideaki Matsunami 2020-10-22 13:55:19 +09:00 committed by Josh Cummings
parent 574073d93f
commit 690be8ba30
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ You cannot have two separate sessions at once.
So if you log in again in another window or tab you are just reauthenticating in the same session.
The server doesn't know anything about tabs, windows or browser instances.
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.
When a user authenticates during a session, Spring Security's concurrent session control checks the number of__other authenticated sessions__ that they have.
When a user authenticates during a session, Spring Security's concurrent session control checks the number of __other authenticated sessions__ that they have.
If they are already authenticated with the same session, then re-authenticating will have no effect.