[TYPO3-dev] Solving existing session problems - sole technical approach

Albert van der Veen albert.van.der.veen at xs4all.nl
Fri Jan 30 15:55:46 CET 2009


> 
> (3)
> According to [1], yaml packages affect cookie (-handling). Efa font size
> script [2] modifies existing cookies in the browser [sic]. (imho a
> stupid idea.) Reported is an extension of lifetime but it might also
> modify domain or path records.
> 
> Marcus.
> 
> 
> [1] http://bugs.typo3.org/view.php?id=10216
> [2] http://www.t3net.de/fileadmin/scripts/cookies.js


I can confirm that efa font size script messes up cookies. In my case 
this is what happens:

correct cookies (sample, more exist, ie for phpmyadmin):

name:		be_typo_user
host: 		intranet.domain.com
expires:	At End Of Session

name:		fe_typo_user
host: 		intranet.domain.com
expires:	Fri, 06 Feb 2009 14:44:54 GMT (stay logged in feature)

created by efa font size:

name:		be_typo_user
host: 		.domain.com
expires:	Sat, 30 Jan 2010 14:44:52 GMT

name:		fe_typo_user
host: 		.domain.com
expires:	Sat, 30 Jan 2010 14:44:52 GMT


Notice the fact that it has a different domain (without the intranet 
part) and the expiration.

After removing efa cookies are ok. I don't know much about the handling 
of cookies, is there an easy way to fix the javascript efa uses?

grtz,
Albert




More information about the TYPO3-dev mailing list