Return to Snippet

Revision: 19946
at November 3, 2009 16:50 by kahlil


Initial Code
$GLOBALS["TSFE"]->fe_user->setKey("ses","data", $zustand);
$GLOBALS["TSFE"]->fe_user->storeSessionData();

$GLOBALS["TSFE"]->fe_user->getKey("ses","data");

Initial URL
http://www.typo3.org

Initial Description
This is part of a compilation of sippls that I need all the time.

Initial Title
Session handling in TYPO3

Initial Tags


Initial Language
PHP