Bug #20424 » 11089.diff
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());
|
||
}
|