dever %!s(int64=6) %!d(string=hai) anos
pai
achega
95d68b3857
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
     }