Login page in flash, user will send username and password to a php file(login.php). IF login success, it will return echo "success" and create session there. Then in flash, when i click shopping button, it will go to www.domain.com/shopping/index.php, that index.php will do a session check whether the visitor has login. But it seems like, i need to login again before can enter to the page. Where are my sessions variables that created in login.php?
How to share session variables between flash and php??