Index: trunk/core/units/general/inp_ses_storage.php =================================================================== diff -u -N -r1566 -r1995 --- trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 1566) +++ trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 1995) @@ -65,7 +65,7 @@ { parent::StoreSession($session); $this->SetField($session, 'IpAddress', $_SERVER['REMOTE_ADDR']); - $this->SetField($session, 'GroupList', '13'); + $this->SetField($session, 'GroupList', $this->Application->ConfigValue('User_GuestGroup')); } function GetExpiredSIDs()