Re: cookies and XMLHttpRequest

David Flanagan wrote:
> Your XMLHttpRequest draft of 05 April 2006 specifies that XMLHttpRequest 
> should automatically include cookies in outgoing requests.
> 
> But it does not specify what should be done with cookies included in 
> incoming responses.

What does current implementations do? Are the cookies available through 
.responseXML.cookies? Note that the document would probably have to be 
an XHTML document for that to work (which means that it won't work in IE 
since it doesn't support XHTML).

/ Jonas

Received on Sunday, 23 April 2006 11:44:07 UTC