From 45774afafcae850ecf71ea90b426fffc2c6f0628 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 5 Jul 2015 10:40:41 -0400 Subject: Do not rewrite remember me cookie for each request --- app/Model/Authentication.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/Model') diff --git a/app/Model/Authentication.php b/app/Model/Authentication.php index 86c1c43f..31969b57 100644 --- a/app/Model/Authentication.php +++ b/app/Model/Authentication.php @@ -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; } -- cgit v1.2.3