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', '');