Do not rewrite remember me cookie for each request

This commit is contained in:
Frederic Guillot
2015-07-05 10:40:41 -04:00
parent e7b967d743
commit 45774afafc
2 changed files with 5 additions and 34 deletions

View File

@@ -49,11 +49,6 @@ class Authentication extends Base
return false;
}
// We update each time the RememberMe cookie tokens
if ($this->backend('rememberMe')->hasCookie()) {
$this->backend('rememberMe')->refresh();
}
return true;
}