I have a site with an iframe.
Booth, the site and the site in the iframe are checking $_SESSION["login"]
.
So if the Session gets expiered the user will be logged out.
Problem: When the user hangs around the site for some time and the session gets expiered the login-page will appear in the iframe. (for example he clicks a link with target="iframe") I want the login-page to appear in the parent.
Possible?