Page 1 of 1

Cookies and Multi-Part Forms

Posted: Fri Jun 27, 2008 6:39 am
by talexander
I have been using cookies for session authentication and tracking, which works fine until I enable multi-part forms so that I can send application files over HTTP to do an autoupdate. The cookies still show up everywhere once multi-part forms are enabled, except when I pass the file.

Does the cookie get relocated somewhere else or does it get erased when sending a file? Is this a bug?