Index: trunk/core/kernel/session/session.php =================================================================== diff -u -r2841 -r2853 --- trunk/core/kernel/session/session.php (.../session.php) (revision 2841) +++ trunk/core/kernel/session/session.php (.../session.php) (revision 2853) @@ -360,7 +360,7 @@ function CheckIfCookiesAreOn() { - $this->CheckDuplicateCookies(); +// $this->CheckDuplicateCookies(); if ($this->Mode == smGET_ONLY || (defined('INPORTAL_ENV')&&INPORTAL_ENV && defined('ADMIN')&&ADMIN && !$this->Application->GetVar('front')) ) { //we don't need to bother checking if we would not use it