Index: branches/5.2.x/core/kernel/session/session_storage.php =================================================================== diff -u -N -r14714 -r14735 --- branches/5.2.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 14714) +++ branches/5.2.x/core/kernel/session/session_storage.php (.../session_storage.php) (revision 14735) @@ -1,7 +1,7 @@ Session->StoreVar('UserGroups', $this->GetField('GroupList'), true); // true for optional + $this->Session->StoreVar('UserGroups', $this->GetField('GroupList'), !$to_database); } function DeleteSession()