[TYPO3-core] RFC #12087: Backend login cookie check fails in IE6

Steffen Gebert steffen at steffen-gebert.de
Fri Oct 16 11:16:30 CEST 2009


Am 16.10.2009, 09:39 Uhr, schrieb Rupert Germann <rupi at gmx.li>:

> Problem:
> If you open the Backend login in IE6 the cookie warning shows up. No
> matter if the browser accepts cookies or not.
> Be login is still possible. clicking on the word "IGNORE" in the message
> lets it disappear.
>
> the "no cookies" message is displayed because "document.cookie" is
> always empty in IE6.

As already mentioned in BT, I can't reproduce this. I'll have a look at my  
brother's PC, think he has IE6 installed - otherwise I'd set up a clean  
XP-VM.

I can't understand, why setting the cookie using document.cookie doesn't  
work for you - it's supported since IE3! [1]
Could you have a try with

alert(document.cookie);
document.cookie = "testcookie";
sleep(1);
alert(document.cookie);

I think I'll also try this MultipleIE - maybe it's a problem in there.

Steffen


[1] http://de.selfhtml.org/javascript/objekte/document.htm#cookie


More information about the TYPO3-team-core mailing list