From: Alexander Ebert Date: Thu, 6 Oct 2016 16:48:17 +0000 (+0200) Subject: Fixed an issue with sessions renewal during setup X-Git-Tag: 3.0.0_Beta_3~50^2~70 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c93f2693edc1a5d6357d6000043991943ff844e;p=GitHub%2FWoltLab%2FWCF.git Fixed an issue with sessions renewal during setup --- 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