If there is a set-cookie response from an xmlhttprequest, will the browser honor it and set the cookie? -


I am not trying to send the cookie data with XML, but I can set the cookies for it by xmlhttprequest Session without the need of user interaction, trying to use

According to:

If user agent supports HTTP state management If it continues, discarding and sending cookies (as set-cookie and set-cookie 2 responses have been received in the header, and sent to the cookie header) may continue.

As far as I have been able to tell that Firefox 3.6 will store cookies, but they will not be available for the document on that page which is document.cookie executes the query. But they will later be sent with XMXHttpRequests, which is enough for my experiments.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -