On 11/14/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
>
> Craig McClanahan wrote:
> > Reminds me of something I haven't actually verified ... does the session
> > cookie get sent in by an XmlHttpRequest?
>
> Yes, it does. All cookies from the originating domain are sent
> automatically, including the session cookie, just like any other HTTP
> request.


Cool.

I'm not sure what happens if cookies are disabled though... will it be
> smart enough to do URL rewriting too? I would assume so, but I'm not sure.


Since URL rewriting is a server side thing, you'd want to make sure you did
the rewriting as you rendered the JavaScript code that will compute the URL
to which the asynch request should be sent.

Craig

Reply via email to