Modal with Iframe

-1

I have a login screen, after logging, the content I have opens in modal, and clicking on them (open iframe ), if you lose the login session ...

How can I solve this problem?

    
asked by anonymous 20.01.2015 / 12:47

1 answer

0

This iframe that opens, stays in the same domain as your site?

Are you giving a session_start () on pages that are opened inside the iframe?

This may help you.

    
20.01.2015 / 13:03