[TYPO3-mvc] session gone when creating.
christian oettinger
christian.oettinger at gmx.de
Wed Dec 1 04:18:15 CET 2010
Hi list,
we have a very strange problem with sessions. In newAction we set a
session key with
$GLOBALS['TSFE']->fe_user->setKey('ses', 'KEY', true);
$GLOBALS['TSFE']->fe_user->storeSessionData();
In new View we link to Create.
When checking it in _initializeCreateAction the key is empty. We are
stuck. Are we missing something about sessions that could explain this?
We do exactly the same thing with another key for edit and update
actions and it works perfectly.
greetings
christian (oe)
More information about the TYPO3-project-typo3v4mvc
mailing list