mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
修复 Memcached set
This commit is contained in:
@@ -92,7 +92,7 @@ class Memcached extends SessionHandler
|
||||
*/
|
||||
public function write($sessID, $sessData)
|
||||
{
|
||||
return $this->handler->set($this->config['session_name'] . $sessID, $sessData, 0, $this->config['expire']);
|
||||
return $this->handler->set($this->config['session_name'] . $sessID, $sessData, $this->config['expire']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user