From 1b8c18e65356eaf471490e29743c4064ea1e4a35 Mon Sep 17 00:00:00 2001 From: Eric Milkie Date: Tue, 13 Feb 2018 09:04:32 -0500 Subject: [PATCH] fix articles --- source/reference/server-sessions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/server-sessions.txt b/source/reference/server-sessions.txt index 25b7f86f974..225fd2953b2 100644 --- a/source/reference/server-sessions.txt +++ b/source/reference/server-sessions.txt @@ -46,11 +46,11 @@ session. If the deployment does not enforce authentication/authorization, a created session has no owner and can be used by any user on any -connection. If the user authenticates and creates a session for a -deployment that does not enforce authentication/authorization, the user +connection. If a user authenticates and creates a session for a +deployment that does not enforce authentication/authorization, that user owns the session. However, any user on any connection may use the session. -If the deployment transitions to auth without any downtime, any +If the deployment transitions to authentication without any downtime, any sessions without an owner cannot be used.