PHP and Flash integration

Hello everyone…

I’m trying to connect flash and php script using sessions but i’m stuck.

Here it is.

I have file1.php and file2.php
file1.php sets session and needed parameters, then calls flash.
At some point flash must read file2.php and use data from session set in file1, but it doesn’t. It does read file2.php, but all values are null.
If i call file2.php manually i can see that session is ok and i can read all vars.

Any ideas?