From 59f0cc09d99502d719e842dbbd79c526aa131ebf Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 3 Nov 2022 15:53:46 +0800 Subject: [PATCH] * adjust for account. --- framework/base/router.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/base/router.class.php b/framework/base/router.class.php index bb3fe8f834..932b019bd9 100644 --- a/framework/base/router.class.php +++ b/framework/base/router.class.php @@ -1019,7 +1019,6 @@ class baseRouter if(isset($_GET[$this->config->sessionVar])) { helper::restartSession($_GET[$this->config->sessionVar]); - $this->sessionID = isset($ztSessionHandler) ? $ztSessionHandler->getSessionID() : session_id(); } else if(isset($_SERVER['HTTP_TOKEN'])) // If request header has token, use it as session for authentication. {