[TYPO3] Enter session variables from typoscript

David Krüsemann david at kruesemann.de
Thu Mar 20 11:54:21 CET 2008


Hi list,

is there a way to enter some session variables from typoscript, e.g. like:

parseFunc.short{
   TTO = value_from_session
}

Session variables are set via
$GLOBALS["TSFE"]->fe_user->setKey("ses","mydata", $myarray);
$GLOBALS["TSFE"]->fe_user->storeSessionData();


Thanks in advance,

David Krüsemann


More information about the TYPO3-english mailing list