Index: trunk/core/units/users/users_event_handler.php =================================================================== diff -u -N -r2199 -r2223 --- trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 2199) +++ trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 2223) @@ -84,7 +84,9 @@ $this->Application->DestroySession(); - $this->Application->StoreVar('UserGroups', $this->Application->ConfigValue('User_GuestGroup')); + $group_list = $this->Application->ConfigValue('User_GuestGroup').','.$this->Application->ConfigValue('User_LoggedInGroup'); + $session->SetField('GroupList', $group_list); + $this->Application->StoreVar('UserGroups', $group_list); } /**