提交 887ff271 authored 作者: chengye's avatar chengye

test

上级 9be303e4
......@@ -31,11 +31,15 @@ class SingleSign {
$sid = Cookie::get('PHPSESSID');
$sid = $prex.$sid;
dd($sid);
$str = $this->instence->get($sid);
if(!$str) throw new Exception("session info not found");
return $str;
}
//从session中读取信息
public function getUserInfo(){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论