From a2050e15a58b11b0a18ed28c1072f1785aa3678b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 9 Jul 2024 17:01:00 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 75899c82..e515ca5d 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -88,8 +88,8 @@ class BaseAuthedController extends BaseController { // } // } if (SERVER_ENV == _ONLINE) { - phpcommon\sendError(1001, 'session expiration'); - die(); + //phpcommon\sendError(1001, 'session expiration'); + //die(); } $this->accountId = getReqVal('account_id', ''); $this->sessionId = getReqVal('session_id', '');