I am building a security system which uses the meta-refresh tag to essentially kick out users to the login page if they do not have a valid session id. The problem arises when the client doesn't have javascript enabled. I do not know how to make it so that the top page refreshed and goes to the login screen without javascript. My problem can't necessarily be found in PHP I just thougfht it might be worth a try to post.
Trying using a 'header' function instead of using meta refresh. This will be sent to the browser before any text is sent. Make sure you have the function before any text is outputted to the user however.
www.php.net/header for more info.
I tried the header functions... They still load only in their respected frame. What I am trying to do is reload the _top without using javascript. Can headers do this or am I out of luck.