From 990d1f9d806c1813e25347237ce717a8b4cb5b45 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Jul 2024 15:01:23 +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 03a5af9a..c822e7ab 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -87,8 +87,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', '');