Skip to content

Commit 3ba441e

Browse files
Hideaki Matsunamijzheaux
authored andcommitted
add white space before strong notation.
1 parent 9ab21f8 commit 3ba441e

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/appendix

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/appendix/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You cannot have two separate sessions at once.
233233
So if you log in again in another window or tab you are just reauthenticating in the same session.
234234
The server doesn't know anything about tabs, windows or browser instances.
235235
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.
237237
If they are already authenticated with the same session, then re-authenticating will have no effect.
238238

239239

0 commit comments

Comments
 (0)