From 7a94452b7f6b1b0a52c0a9cf0e4efd2b98580fc7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 23 Sep 2014 08:05:09 +0000 Subject: [PATCH] * Login: disabling cookie-enabled-check again, as it causes a redirect look under certain conditions and browsers --- login.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/login.php b/login.php index 43be68ac96..d9768edb1b 100755 --- a/login.php +++ b/login.php @@ -252,10 +252,11 @@ else $GLOBALS['egw']->session->egw_setcookie('eGW_remember','',0,'/'); egw::redirect_link('/login.php','cd=5'); } + /* cookie enabled check comment out, as it seems to cause a redirect loop under certain conditions and browsers :-( if ($_COOKIE['eGW_cookie_test'] !== 'enabled') { egw::redirect_link('/login.php','cd=4'); - } + }*/ // don't get login data again when $submit is true if($submit == false)