Index: typo3/sysext/cms/tslib/class.tslib_feuserauth.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_feuserauth.php (revision 5064) +++ typo3/sysext/cms/tslib/class.tslib_feuserauth.php (working copy) @@ -464,7 +464,7 @@ // Storing value ONLY if there is a confirmed cookie set (->cookieID), otherwise a shellscript could easily be spamming the fe_sessions table with bogus content and thus bloat the database if (!$maxSizeOfSessionData || $this->cookieId===$this->id) { if ($recs['clear_all']) { - $this->setKey('ses','recs',''); + $this->setKey('ses', 'recs', array()); } $change=0; $recs_array=$this->getKey('ses','recs');