偶尔出现的,看起来像连接 redis 服务器有问题。
// Was the ID regenerated?
elseif ($session_id !== $this->_session_id)
{
if ( ! $this->_release_lock() OR ! $this->_get_lock($session_id))
{#这里出错了
return $this->_fail();
}
$this->_key_exists = FALSE;
$this->_session_id = $session_id;
}
页:
1
[2]