From: Tim Düsterhus Date: Wed, 27 Jan 2021 10:59:42 +0000 (+0100) Subject: Improve phrasing for session merge X-Git-Tag: 5.6.final~313^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6965c47bbd50f1b921f32262377d8a0b1b65ea7c;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Improve phrasing for session merge Co-authored-by: Matthias Schmidt --- 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