mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
@@ -75,7 +75,7 @@ class Memcached extends SessionHandler
|
|||||||
public function close()
|
public function close()
|
||||||
{
|
{
|
||||||
$this->gc(ini_get('session.gc_maxlifetime'));
|
$this->gc(ini_get('session.gc_maxlifetime'));
|
||||||
$this->handler->close();
|
$this->handler->quit();
|
||||||
$this->handler = null;
|
$this->handler = null;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user