Bug #19880
closedPatch 10146 in Version 4.2.4 does not work for me. None of the FE Sessions are beeing kept
0%
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)
Updated by Michael Fritz almost 16 years ago
BTW: Powermail is not working with 4.2.4 because of patch 10146.
Updated by Sys-Tech almost 16 years ago
I confirm, Powermail is broken with 4.2.4. Same thing with ext:Commerce. Rolled-back to 4.2.3
Updated by Franz Holzinger almost 16 years ago
All versions of tt_products do not work in latest TYPO3 4.3 from svn and also not in 4.2.4. The basket is always empty.
In install tool I have deleted the 'Encryption key:'. but I cannot regenerate it any more. The button 'Generate random key' does not react in FF3 and IE6.
Updated by Michael Fritz almost 16 years ago
Bug #19867 offers a fix that worked for me!