dever 6 年之前
父节点
当前提交
95d68b3857
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Auth.php

+ 1 - 1
src/Auth.php

@@ -31,7 +31,7 @@ class Auth
      */
     public function __construct()
     {
-        $this->save = new Oper(DEVER_PROJECT, 'cookie');
+        $this->save = new Oper(DEVER_PROJECT, 'session');
         $this->name = DEVER_PROJECT . '_manage';
     }