Handling login with PHP script called from a flash document
- by Mazhar Ahmed
I'm setting sessions. And then checking the session by another PHP page. When I login using the browser and then checking using the browser then everything is ok.
When I check the is Logged or not by calling the PHP file from a flash file then it can't find any session data.
Why is that? and how to solve it?