[TYPO3-core] RFC: 11089 Fixing the built-in shopping basket
Benjamin Mack
benni at typo3.org
Fri Dec 25 20:08:57 CET 2009
Hey Helmut,
I was just reading through the method, and found the comment to
$maxSizeOfSessionData.
* @param integer The maximum size of stored session data. If zero, no
limit is applied and even confirmation of cookie session is discarded.
function record_registration($recs,$maxSizeOfSessionData=0) {
if (!$maxSizeOfSessionData) {
Now the code only makes limited sense to me: If you set
$maxSizeOfSessionData to something higher than zero, then the record
won't be registered. Is this really the way to go?
All the best,
Benni.
More information about the TYPO3-team-core
mailing list