Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何删除 TYPO3 中的会话?
我试过这样 $GLOBALS['TSFE']->fe_user->setKey('ses', 'myData', NULL);
$GLOBALS['TSFE']->fe_user->setKey('ses', 'myData', NULL);
但是会话没有被删除。
$GLOBALS['TSFE']->fe_user->setAndSaveSessionData('session_key', null);