dever 6 år sedan
förälder
incheckning
95d68b3857
1 ändrade filer med 1 tillägg och 1 borttagningar
  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';
     }