From 9e5beea37bfbea7a11f4d3d90135ed787e5ec7c5 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 18 Jan 2018 17:34:18 +0100 Subject: [PATCH] Document that it's necessary to re-login after upgrading to 2.5.x refs #3277 --- doc/80-Upgrading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 00ee0de1c..18ca5dc01 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -16,6 +16,8 @@ v2.3 to v2.5 requires to follow the instructions for v2.4 too. * Hash marks (`#`) in INI files are no longer recognized as comments by [parse_ini_file](https://secure.php.net/manual/en/function.parse-ini-file.php) since PHP 7.0. +* Existing sessions of logged-in users do no longer work as expected due to a change in the `User` data structure. + Everyone who was logged in before the upgrade has to log out once. **Changes in packaging and dependencies**