[TYPO3-dev] Keeping backend module settings across session
    Christian Weiske 
    christian.weiske at netresearch.de
       
    Thu Jul 28 14:58:18 CEST 2011
    
    
  
Hello Kay,
> > 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?
> 
> $GLOBALS['BE_USER']->uc['name of setting'] = $value;
> $GLOBALS['BE_USER']->overrideUC();
> $GLOBALS['BE_USER']->writeUC();
> 
> http://api.typo3.org/typo3v4/current/html/classt3lib__be_user_auth.html
That works perfectly. Thanks!
-- 
Viele Grüße
Dipl.-Inf. Christian Weiske
Senior Developer
Netresearch GmbH & Co. KG
    
    
More information about the TYPO3-dev
mailing list