Improve phrasing for session merge
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 27 Jan 2021 10:59:42 +0000 (11:59 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 10:59:42 +0000 (11:59 +0100)
Co-authored-by: Matthias Schmidt <gravatronics@live.com>
docs/migration/wsc53/session.md

index 7d96b278d85bfb16f9713b92c752c94367207175..4ce04cfd8e57454405d04c41dc12e994f7e20d3e 100644 (file)
@@ -32,14 +32,14 @@ It no longer stores any private session data.
 The actual sessions storing security sensitive information are in an unrelated location.
 They must only be accessed via the PHP API exposed by the `SessionHandler`.
 
-### Merged ACP and Frontend sessions
+### Merged ACP and Frontend Sessions
 
 WoltLab Suite 5.4 shares a single session across both the frontend, as well as the ACP.
 When a user logs in to the frontend, they will also be logged into the ACP and vice versa.
 
 Actual access to the ACP is controlled via the new [reauthentication mechanism](#reauthentication).
 
-The session variable store is scoped.
+The session variable store is scoped:
 Session variables set within the frontend are not available within the ACP and vice versa.
 
 ### Improved Authentication and Reauthentication