From 3c93f2693edc1a5d6357d6000043991943ff844e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 6 Oct 2016 18:48:17 +0200 Subject: [PATCH] Fixed an issue with sessions renewal during setup --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index bc4c666ddd..188a7a2cc7 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1198,6 +1198,7 @@ class WCFSetup extends WCF { SessionHandler::getInstance()->register('masterPassword', 1); SessionHandler::getInstance()->register('__wcfSetup_developerMode', self::$developerMode); SessionHandler::getInstance()->register('__wcfSetup_directories', self::$directories); + SessionHandler::getInstance()->unregister('__changeSessionID'); SessionHandler::getInstance()->update(); // print page -- 2.20.1