i have a page with 3 frames (header, and 2 frames that take up all the space which show certain info) and when my session expires,
i want the 2 frames below the header to change to their original values (static html pages). my pages call a function verify_session, i got this from the php.net manual where someone put a submission on user authentication using sessions....
this function checks if the session is valid and if not has a header statement to redirect the user.
so the problem is when the session expires, only one frame goes back to the login screen. i need to let the other frame refresh too.
how can i do that?