Android EVO4G SenseUI Flash Lite 4 cookie problem

Posted by cmurray on Stack Overflow See other posts from Stack Overflow or by cmurray
Published on 2010-06-16T08:35:30Z Indexed on 2010/06/16 8:42 UTC
Read the original article Hit count: 173

Filed under:

Got the EVO4G today, watching it run Actionscript3 out of the box was EXTREMELY cool.

Ran into a problem though.

When I connect to a server which creates an HTTP session and hands a cookie to my application, subsequent calls from my client to the server do not have the cookie attached to the HTTP request. That causes the server to invalidate the session and my user is logged out. This appears to be a bug between the Flash Lite 4 player and the SenseUI/browser running in Android 2.1 for the EVO4G.

This same application works on other platforms, including the HTC HERO if compiled for flash lite 2.

If I hardcode my HTTP requests in the browser address bar, the cookies work, so I know cookies are working on the phone. But when my application is running in the Flash Player, the cookies are not working.

I realize this may not be the best forum for this question, so if you cant answer or help me, if you could give me some more appropriate forums to ask on, I would appreciate that.

Thanks!

© Stack Overflow or respective owner

Related posts about android