Index: branches/5.1.x/core/kernel/session/inp_session.php =================================================================== diff -u -N -r13581 -r14135 --- branches/5.1.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 13581) +++ branches/5.1.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 14135) @@ -1,6 +1,6 @@ $this->Application->isAdmin ? 0 : USER_GUEST, @@ -122,7 +121,7 @@ 'GroupList' => $this->Application->ConfigValue('User_GuestGroup'), ); - parent::StoreSession($session, $fields_hash); + return array_merge($fields_hash, parent::GetSessionDefaults($session)); } function GetExpiredSIDs()