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)