rabin 1 năm trước cách đây
mục cha
commit
ffe64b3691
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Auth.php

+ 1 - 1
src/Auth.php

@@ -31,7 +31,7 @@ class Auth
      */
     public function __construct()
     {
-        $this->save = new Oper(false, 'cookie');
+        $this->save = new Oper(false, 'session');
         $this->name = md5('manage_in_' . Dever::config('host')->host);
     }