From a6a8750420422e8bdf32017e9f854a7e2cf70741 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 1 Aug 2016 12:08:25 +0200 Subject: [PATCH] Fixed cookie hash mismatch --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index e030a9dbf3..6ebde3c0ee 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1184,7 +1184,7 @@ class WCFSetup extends WCF { } // login as admin - define('COOKIE_PREFIX', 'wcf22_'); + define('COOKIE_PREFIX', 'wsc30_'); $factory = new ACPSessionFactory(); $factory->load(); -- 2.20.1