Actions
Bug #19880
closedPatch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
Start date:
2009-01-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if (!$id || !$this->isExistingSessionRecord($id)) {
// New random session-$id is made
$id = substr(md5(uniqid('').getmypid()),0,$this->hash_length);
// New session
$this->newSessionID = TRUE;
}
(issue imported from #M10217)
Actions