View Single Post
Polaco's Avatar Polaco Polaco is offline 2009-06-06 #2 Old  
I will explain a bit the context of this issue:
I'm using this Flash movie as the frontend of an Image Gallery done with a JSR 168 portlet.
The portal which I'm sending the requests requires authentication.

The flash movie allows me to upload an image and also edit it's title once uploaded.

I have been debugging the request sent by IE and Firefox with HTTPDebuggerPro.
There is some strange thing happening.

When I send a request from IE-flash the session cookie id sent on the request it's always the same no matters if i'm sending a FileReference upload request or a request to change an image title.

When I send a request from Firefox-flash the session cookie id sent on the request it's the always the same if I edit an image title but it's different when an FileReference.upload request it's send it seems like Firefox creates a new session/cookie for file Reference uploads.

I have also found this bug report:
http://bugs.adobe.com/jira/browse/FP-78
but no solution.

Does anybody knows something about this?

thanks in advance.

Polaco.
Reply With Quote