Index: branches/5.0.x/core/kernel/session/inp_session.php =================================================================== diff -u -N -r12734 -r12970 --- branches/5.0.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 12734) +++ branches/5.0.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 12970) @@ -1,6 +1,6 @@ $this->Application->isAdmin ? 0 : -2, // Guest - 'Language' => $this->Application->GetDefaultLanguageId(), + 'Language' => $this->Application->GetDefaultLanguageId(true), 'Theme' => $this->Application->GetDefaultThemeId(), 'IpAddress' => $_SERVER['REMOTE_ADDR'], // getenv('REMOTE_ADDR') won't work on IIS, so use $_SERVER instead 'GroupId' => $this->Application->ConfigValue('User_GuestGroup'),