[TYPO3-dev] Session Handling Question

Marcus Schwemer schwemer at netzwerkberatung.de
Fri Dec 21 11:15:38 CET 2007


Hi Patrick,

thanks for your answer.

Patrick Rodacker schrieb:

> try:
> 
> $GLOBALS["TSFE"]->storeSessionData();

Yes, I do this. I just did not write it. Sorry.

> and have a look at the wiki [1] or the class
> typo3/sysext/cms/tslib/class.tslib_feuserauth.php

I read those docs. My understanding is that session values can be saved
as type "ses" and type "user".

If a user is not logged in, it has to be stored as type "ses".

If a user is logged in, I can choose between "user" and "ses". Data
saved with type "user" is kept until the next session. Type "ses" gets
lost after closing all browser windows.

As far as I can see from my debug statements, the session data of a
not-logged-in user gets cleared out while logging in. The values are
NULL. But I want to have those values in a / the session of the logged
in user ...

Any ideas?

Regards,
Marcus









More information about the TYPO3-dev mailing list