[TYPO3-mvc] Session doesn't save

Patrick Kollodzik patrick at work.de
Tue Jun 12 15:38:34 CEST 2012


Hi,

if this is your real code, then is there not a $ missing?

private function generateSession($value) {
     $GLOBALS['TSFE']->fe_user->setKey('ses', 'param', $value);
     $GLOBALS['TSFE']->fe_user->storeSessionData();
}

value => $value

Kind regards,
   Patrick

On 12.06.2012 03:37, Dimanche Eat wrote:
>> I guess these are not real snippets from your code;-)
> Just the data is not real. :-)





More information about the TYPO3-project-typo3v4mvc mailing list