[TYPO3-dev]  Keeping backend module settings across session
    Christian Weiske 
    christian.weiske at netresearch.de
       
    Thu Jul 28 14:09:43 CEST 2011
    
    
  
Hi,
Our backend module currently stores data in the session as described in
[1], using
> $sessionData = $GLOBALS['BE_USER']->getSessionData('tx_myextension');
> $GLOBALS['BE_USER']->setAndSaveSessionData('tx_myextension',
>     $sessionData);
Now we want to keep the data across the session (i.e. still have them
after logging out and logging in again). How can I achieve that?
[1] http://wiki.typo3.org/wiki/Extension_Developers_Guide#Backend_2
-- 
Viele Grüße
Dipl.-Inf. Christian Weiske
Senior Developer
Netresearch GmbH & Co. KG
    
    
More information about the TYPO3-dev
mailing list