Index: branches/5.2.x/core/kernel/session/inp_session_storage.php =================================================================== diff -u -N -r14244 -r14572 --- branches/5.2.x/core/kernel/session/inp_session_storage.php (.../inp_session_storage.php) (revision 14244) +++ branches/5.2.x/core/kernel/session/inp_session_storage.php (.../inp_session_storage.php) (revision 14572) @@ -1,7 +1,7 @@ $this->Application->isAdmin ? 0 : USER_GUEST, @@ -59,7 +58,7 @@ 'GroupList' => $this->Application->ConfigValue('User_GuestGroup'), ); - parent::StoreSession($fields_hash); + return array_merge($fields_hash, parent::GetSessionDefaults()); } function GetExpiredSIDs()