Bug #20290
Adding entries to recs[]-Array not working
Status: | Resolved | Start date: | 2009-04-07 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Christian Kuhn | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 5.1 | Sprint Focus: | ||
Complexity: |
Description
Adding entries to internal shopping basket recs[] not working. Upon our analysis, in class.tslib_feuserauth.php the follow statement is always false:
if (!$maxSizeOfSessionData || $this->cookieId===$this->id) {
... }
Especially "$this->cookieId" is always not equal to "$this->id"; probably there is something wrong in the base class.
(issue imported from #M10864)
Related issues
History
#1 Updated by Oliver Hader over 6 years ago
How can one reproduce this behaviour?
#2 Updated by Mathias Schreiber about 6 years ago
yes
Will send patch as soon as i'm home...
#3 Updated by Christian Kuhn about 6 years ago
Resolved as duplicate of #20424