Commit 7d8fc5f6 authored by wwccw0591's avatar wwccw0591

pc

parent 1b75946e
...@@ -73,6 +73,7 @@ class SessionRedisModel extends \Redis\Db0\AbstractModel { ...@@ -73,6 +73,7 @@ class SessionRedisModel extends \Redis\Db0\AbstractModel {
public function delSessionKey($key){ public function delSessionKey($key){
\Our\Log::getInstance()->write($this->calcKey($key)); \Our\Log::getInstance()->write($this->calcKey($key));
$key=trim($key);
return $this->getRedis()->del($this->calcKey($key)); return $this->getRedis()->del($this->calcKey($key));
} }
......
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