I've got a site where the administration facilities use frames. Now, as the authentication expires after a fixed period of no use, I check to see if we are an authenticated user. If not, I would like to redirect them to a non-framed page.
I'm trying something like:
header("location: index.php; target: _top");
Anyone got any suggestions or pointers?
--
Alan McFarlane
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

