I've come to a problem and I've got no idea how to fix this, when I press the logout button I want the website to completely refresh and then change the iframe src/href.
My website is running iframe therefor I need to refresh parent window(to get rid of menu items when logged in) then change the iframe src to the src above.
I know this is possible by $_GET function but I've restricted the domain so the domain can only be http://mydomain.com not *.com?logout=true etc.
If you talk about logout, that means you can create a session variable on login, so that afterwards you may simply reload the parent, using javascript, but after you have sent an AJAX request to a third PHP file which will close the session and kills the session's variables. You parent document should have a simple PHP code detector which will check if the session variable exists. If no, it should open in its iframe the "logout" document.
Bookmarks