Project

General

Profile

Bug #20424 » 11089.diff

Administrator Admin, 2009-05-15 23:52

View differences:

typo3/sysext/cms/tslib/class.tslib_feuserauth.php (working copy)
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());
}
(1-1/2)