From 6965c47bbd50f1b921f32262377d8a0b1b65ea7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 27 Jan 2021 11:59:42 +0100 Subject: [PATCH] Improve phrasing for session merge Co-authored-by: Matthias Schmidt --- docs/migration/wsc53/session.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/wsc53/session.md b/docs/migration/wsc53/session.md index 7d96b278..4ce04cfd 100644 --- a/docs/migration/wsc53/session.md +++ b/docs/migration/wsc53/session.md @@ -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 -- 2.20.1