Session doesn't stay alive in "Test movie" on Mac Pro
I just switched from PC to Mac, due to performance disappointments in Vista. The weird thing I experience is when I test a movie (that always worked fine) via the "Test Movie"-option in Flash (cmd - enter), all of a sudden the sessions won't stay alive.
Via a sendAndLoad I call a PHP-script which starts a session and stores values for a game in it, after which it sends back the values including the session-id. When I call the same script a second later (while doing "Test movie" in Flash), a new session is started, so a different session-id is passed back.
The strange thing is that the scripts (and movies) I test with have worked like forever and never gave me problems like this. When I do a "Test movie" within Flash for Windows, no problems occure and the session stays alive as long as a browser or "Test movie"-window stays opened. When I test the movie in any Internet Browser; no problem. Even when I test the movie in Safari on the same Mac that has the discribed problem in Flash, it works fine. So only when I do "Test movie" in Flas on my Mac Pro, I have this problem, which makes the debugging and troubleshooting of my movies pretty much impossible :(
I hope someone recognizes this and is able to help me out, because I'm very sad about this...
I too suffer from windows session envy...
Hey there- Thought I'd speak up on your behalf. I own a MBPro, running 10.4.11 with CS3 Flash Professional installed. I'm currently in the process of learning to develop with AS3/PHP/MySQL and can confirm that sessions will not pass when testing in the Flash IDE. However, testing the published file in a browser works as expected (fortunately). And to back this up even more. I test the same files on my Windows machine at work, sessions pass successfully with the IDE. So it looks as thought it is indeed a MAC specific issue.
If you uncover a solution, please post here. As I will do the same if I find one.