Fixed an issue with sessions renewal during setup
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Oct 2016 16:48:17 +0000 (18:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Oct 2016 16:58:30 +0000 (18:58 +0200)
wcfsetup/install/files/lib/system/WCFSetup.class.php

index bc4c666ddd8d92b42b57679efd8c4f6c7e3ce8cf..188a7a2cc7ca1717e6c44b15123de2fe0a7140de 100644 (file)
@@ -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