Index: branches/5.2.x/core/kernel/session/inp_session.php =================================================================== diff -u -N -r14628 -r14714 --- branches/5.2.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 14628) +++ branches/5.2.x/core/kernel/session/inp_session.php (.../inp_session.php) (revision 14714) @@ -1,6 +1,6 @@ SetMode($mode); parent::Init($prefix, $special); - - if ( !$this->Application->isAdmin && $this->GetField('PortalUserId') <= 0 ) { - $group_list = $this->Application->ConfigValue('User_GuestGroup') . ',' . $this->Application->ConfigValue('User_LoggedInGroup'); - $this->SetField('GroupId', $this->Application->ConfigValue('User_GuestGroup')); - $this->SetField('GroupList', $group_list); - } } function Destroy()