--- D:/Projekte/t3-development/4.5/typo3/sysext/felogin/pi1/class.tx_felogin_pi1_org.php Sa Feb 26 00:21:10 2011 +++ D:/Projekte/t3-development/4.5/typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php Mi Mrz 2 14:39:44 2011 @@ -130,7 +130,7 @@ // Process the redirect if (($this->logintype === 'login' || $this->logintype === 'logout') && $this->redirectUrl && !$this->noRedirect) { - if (!$GLOBALS['TSFE']->fe_user->cookieId) { + if (!$GLOBALS['TSFE']->fe_user->cookieId and $this->conf['disableCookieWarning']!=='1') { $content .= $this->cObj->stdWrap($this->pi_getLL('cookie_warning', '', 1), $this->conf['cookieWarning_stdWrap.']); } else { t3lib_utility_Http::redirect($this->redirectUrl);