Commit e59b79d6 authored by 顾文旭's avatar 顾文旭

bug fix 退出登录

parent e5fb2ad4
......@@ -149,7 +149,7 @@ class RedisSession extends Session
}
return $this->getSessionRedis()
->del(array_unique($sessionIds), CacheUtil::PREFIX_BLANK_PREFIX);
->del(array_unique($sessionIds));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment