From 50fffc70ed2d794100cc409301bb6476f6c83ebf Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 23 Nov 2022 17:49:17 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseAuthedController.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 97dd4def..1b902984 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -59,6 +59,10 @@ class BaseAuthedController extends BaseController { die(); } } + /*if (myself()->_getAccountId() == '6513_2006_DamQi5nhRX4iDiloUbbx5XN36syWTJvC') { + phpcommon\sendError(1003, 'session expiration'); + die(); + }*/ } protected function updateSession($accountId, $sessionId)