[Typo3-dev] Storing large Session data

media.res | alex widschwendter a.widschwendter at mediares.at
Tue Jul 5 11:03:21 CEST 2005


hi volker,

> I have run into Problems using the sessiondata-system of Typo3 
> (Frontend). When I try to store a huge array with
> $GLOBALS["TSFE"]->fe_user->setKey('ses','tx_myextension',$this->session_vars); 
> 
> and retrieve it afterwards all data ist lost. I tried with smaler arrays 
> and it worked.
> 
> Is this a known bug and/or is there a way to work around this?

i think i rember that i read somewhere ... that session data is 
limited.. but can't remember where. any one else?

but maybe mysql mediumblob is your limit?
MEDIUMBLOB, MEDIUMTEXT  	 L+3 bytes, where L < 2^24

hth alex




More information about the TYPO3-dev mailing list