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';
     }