提交 fff44306 authored 作者: chengye's avatar chengye 提交者: wangkr

调整基站登录退出功能

上级 0b7f6b3d
...@@ -70,7 +70,7 @@ class Login extends Controller ...@@ -70,7 +70,7 @@ class Login extends Controller
session(null); session(null);
cookie(null); cookie(null);
(new SingleSign())->clear(); (new SingleSign())->clear();
$this->redirect('/login'); $this->redirect('/index');
} }
private function checkStaff(){ private function checkStaff(){
......
...@@ -81,6 +81,8 @@ class SingleSign { ...@@ -81,6 +81,8 @@ class SingleSign {
public function clear($prex = 'PHPREDIS_SESSION:'){ public function clear($prex = 'PHPREDIS_SESSION:'){
$sid = Cookie::get('PHPSESSID'); $sid = Cookie::get('PHPSESSID');
$sid = $prex.$sid; $sid = $prex.$sid;
Cookie::delete($sid);
if($this->instence->set($sid,'')) return true; if($this->instence->set($sid,'')) return true;
return false; return false;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论