-1
I have a login screen, after logging in, the content I have opens in modals, and when clicking on them (open by iframe
), you lose the login session...
How to solve this problem?
-1
I have a login screen, after logging in, the content I have opens in modals, and when clicking on them (open by iframe
), you lose the login session...
How to solve this problem?
0
This iframe that opens, is in the same domain as your site?
You are giving a session_start() on the pages that are opened within the iframe?
Thank you, that was it.
@Eduardo Saute, If I helped, mark as the right answer :) Hugs.
@Alex Juchem If possible Transfer the solution to the post, so we avoid broken links and the information is lost.
Browser other questions tagged php jquery mysql
You are not signed in. Login or sign up in order to post.
how the user session is being stored?
– wwwjsw