Index: trunk/core/units/general/inp_ses_storage.php =================================================================== diff -u -N -r2785 -r2946 --- trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 2785) +++ trunk/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 2946) @@ -26,7 +26,8 @@ $this->SetCookieDomain(SERVER_NAME); parent::Init($prefix,$special); - if (!defined('ADMIN')) { + if( !$this->Application->IsAdmin() && $this->GetField('PortalUserId') <= 0 ) + { $group_list = $this->Application->ConfigValue('User_GuestGroup').','.$this->Application->ConfigValue('User_LoggedInGroup'); $this->SetField('GroupList', $group_list); }