Index: typo3/sysext/cms/tslib/class.tslib_feuserauth.php =================================================================== --- typo3/sysext/cms/tslib/class.tslib_feuserauth.php (revision 5415) +++ typo3/sysext/cms/tslib/class.tslib_feuserauth.php (working copy) @@ -462,7 +462,7 @@ function record_registration($recs,$maxSizeOfSessionData=0) { // 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 (!$maxSizeOfSessionData || $this->cookieId) { if ($recs['clear_all']) { $this->setKey('ses', 'recs', array()); }