内核更新
This commit is contained in:
@@ -79,7 +79,7 @@ class Memcache extends SessionHandler
|
||||
*/
|
||||
public function read($sessID)
|
||||
{
|
||||
return $this->handler->get($this->config['session_name'] . $sessID);
|
||||
return (string) $this->handler->get($this->config['session_name'] . $sessID);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user