* Login: disabling cookie-enabled-check again, as it causes a redirect look under certain conditions and browsers

This commit is contained in:
Ralf Becker 2014-09-23 08:05:09 +00:00
parent abaf99a827
commit 7a94452b7f

View File

@ -252,10 +252,11 @@ else
$GLOBALS['egw']->session->egw_setcookie('eGW_remember','',0,'/'); $GLOBALS['egw']->session->egw_setcookie('eGW_remember','',0,'/');
egw::redirect_link('/login.php','cd=5'); 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') if ($_COOKIE['eGW_cookie_test'] !== 'enabled')
{ {
egw::redirect_link('/login.php','cd=4'); egw::redirect_link('/login.php','cd=4');
} }*/
// don't get login data again when $submit is true // don't get login data again when $submit is true
if($submit == false) if($submit == false)