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