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

Steffen Kamper info at sk-typo3.de
Thu Jan 29 00:19:56 CET 2009


Hi,

Francois Suter schrieb:
>> [2] http://www.t3net.de/fileadmin/scripts/cookies.js
> 
> I'm not a cookie/JS expert. I wonder what really happens in this script 
> and how relevant it is to the task efafontsize does (namely resizing 
> fonts). Any clue?
> 

the relevant part is
document.cookie = cookies;

you see that every JS also can set a cookie (or modify)
Who say that this way is correct, what happen if many scripts are 
running and they all modify cookies?

But this is always a risk using third party scripts.

vg Steffen




More information about the TYPO3-dev mailing list