...
This commit is contained in:
parent
79d259284f
commit
a187ac57c0
@ -86,7 +86,7 @@ class BaseAuthedController extends BaseController {
|
|||||||
}
|
}
|
||||||
$r = $this->_getRedis($this->_getAccountId());
|
$r = $this->_getRedis($this->_getAccountId());
|
||||||
$sessionId = $r->get(LAST_SESSION_KEY . $this->_getAccountId());
|
$sessionId = $r->get(LAST_SESSION_KEY . $this->_getAccountId());
|
||||||
error_log('SERVER_ENV:' . SERVER_ENV . '_DEBUG:' . _DEBUG);
|
// error_log('SERVER_ENV:' . SERVER_ENV . '_DEBUG:' . _DEBUG);
|
||||||
if (SERVER_ENV != _DEBUG)
|
if (SERVER_ENV != _DEBUG)
|
||||||
{
|
{
|
||||||
if (empty($sessionId)) {
|
if (empty($sessionId)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user