Index: branches/5.2.x/core/kernel/session/session.php =================================================================== diff -u -N -r15137 -r15516 --- branches/5.2.x/core/kernel/session/session.php (.../session.php) (revision 15137) +++ branches/5.2.x/core/kernel/session/session.php (.../session.php) (revision 15516) @@ -1,6 +1,6 @@ SetMode(self::smGET_ONLY); + } + $this->CheckIfCookiesAreOn(); if ($this->CookiesEnabled) $_COOKIE['cookies_on'] = 1;