Merge branch 'james_bc' of git.kingsome.cn:server/game2006api into james_bc
This commit is contained in:
commit
f4e6e9d063
@ -59,13 +59,6 @@ class BaseAuthedController extends BaseController {
|
||||
die();
|
||||
}
|
||||
}
|
||||
if (SERVER_ENV == _ONLINE) {
|
||||
$sessionTime = phpcommon\extractSessionTimeFromSessionId($this->_getSessionId());
|
||||
if ($sessionTime < 1656070773) {
|
||||
phpcommon\sendError(1001, 'session expiration');
|
||||
die();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected function updateSession($accountId, $sessionId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user