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?