terça-feira, 30 de dezembro de 2008

IE8 window.open doesn't inherit session cookies of parent window

Beware using cookies and the new IE8 browser, as there are still some problems microsoft didn't handle.
A window.open does not inherit the parent window cookies. more here on microsoft.com

You may want to access the parent window cookies issuing:
window.opener.document.cookie


Sem comentários:

Enviar um comentário