Session handling in TYPO3


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. $GLOBALS["TSFE"]->fe_user->setKey("ses","data", $zustand);
  2. $GLOBALS["TSFE"]->fe_user->storeSessionData();
  3.  
  4. $GLOBALS["TSFE"]->fe_user->getKey("ses","data");

URL: http://www.typo3.org

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.