提示错误
unserialize(): Error at offset 0 of 130 bytes ); } if (!HttpCache::$instance->sessionFile) { HttpCache::$instance->sessionFile = HttpCache::$sessionPath . '/sess_' . $_COOKIE; } // Read session from session file. if (HttpCache::$instance->sessionFile) { $raw = file_get_contents(HttpCache::$instance->sessionFile); if ($raw) { $_SESSION = unserialize($raw); } } return true; }
/** * Save session. * * @return bool
Call Stack
更新workerman试下。刚刚做了优化。
更新了一下就可以了,多谢哈
提示错误
unserialize(): Error at offset 0 of 130 bytes
);
}
if (!HttpCache::$instance->sessionFile) {
HttpCache::$instance->sessionFile = HttpCache::$sessionPath . '/sess_' . $_COOKIE;
}
// Read session from session file.
if (HttpCache::$instance->sessionFile) {
$raw = file_get_contents(HttpCache::$instance->sessionFile);
if ($raw) {
$_SESSION = unserialize($raw);
}
}
return true;
}
Call Stack
更新workerman试下。刚刚做了优化。
更新workerman试下。刚刚做了优化。
更新了一下就可以了,多谢哈