Index: trunk/kernel/units/general/inp_ses_storage.php =================================================================== diff -u -r1995 -r2223 --- trunk/kernel/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 1995) +++ trunk/kernel/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 2223) @@ -27,6 +27,9 @@ $this->SetMode( $mode ); $this->SetCookieDomain( SERVER_NAME ); parent::Init($prefix,$special); + + $group_list = $this->Application->ConfigValue('User_GuestGroup').','.$this->Application->ConfigValue('User_LoggedInGroup'); + $this->SetField('GroupList', $group_list); } }