Skip to content

Commit 568c98c

Browse files
milkiekay-kim
authored andcommitted
fix articles
1 parent 8ed72ca commit 568c98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/server-sessions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ session.
4646

4747
If the deployment does not enforce authentication/authorization, a
4848
created session has no owner and can be used by any user on any
49-
connection. If the user authenticates and creates a session for a
50-
deployment that does not enforce authentication/authorization, the user
49+
connection. If a user authenticates and creates a session for a
50+
deployment that does not enforce authentication/authorization, that user
5151
owns the session. However, any user on any connection may use the
5252
session.
5353

54-
If the deployment transitions to auth without any downtime, any
54+
If the deployment transitions to authentication without any downtime, any
5555
sessions without an owner cannot be used.
5656

0 commit comments

Comments
 (0)