Just a quick question that I have been wanting answered. I typically don't mess
with cookies that much, but a recent project has required me to use them when I
make HTTPService calls. My initial thought was that cookies would not work, but
it appears as the HTTPservice class does store cookies sent by the server?? I
believe this due to PHP session variables being used in this project (which use
cookies).

I tried searching the documentation for this, but I couldn't find anything.
Any ideas, or could you point me to the docs where it talks about this??

Thanks,

db