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. {