mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
Update Redis.php
This commit is contained in:
@@ -112,7 +112,7 @@ class Redis extends SessionHandler
|
|||||||
*/
|
*/
|
||||||
public function destroy($sessID)
|
public function destroy($sessID)
|
||||||
{
|
{
|
||||||
return $this->handler->delete($this->config['session_name'] . $sessID);
|
return $this->handler->delete($this->config['session_name'] . $sessID) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user