tags:

views:

17

answers:

1

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?

A: 

I think you would need to provide more detail on that problem.

Is it accessing the same script?

praksant