Collected Flash loader on ActionScript 3.0. Used URLRequest + FileReference. When testing in the Mozila browser, the php script for some reason does not see the Cookies client data. File transfer on this ends. On the server side, user authorization is required, otherwise exit;

While I see one single solution. Send Cookies data first in Flash, using FlashVars, and then send them from there to the server. But is there an explanation why Mozila refuses to transfer cookies? Or maybe there is a solution to this problem? In all other browsers everything is stable.

    0