Somebody, IIRC, told the list that the argument for header("Location...
has to be a complete url, not just a directory, ie:
header("Location: http://www.alenet.com/";);
exit();
HTH
Cesar
Matt MacLeod wrote:
John,
Have tried this but unfortunately had no effect.
Everything appears to fine if t
John,
Have tried this but unfortunately had no effect.
Everything appears to fine if the session variable does not exist ie:
the user is redirected to the log in page.
It's just when the user has logged in and the session is set that IE
throws it's toys out of the pram.
Cheers,
Matt
On Friday
From: "Matt MacLeod" <[EMAIL PROTECTED]>
> if (!ISSET($_SESSION['loggedin'])) {
> header("Location: /admin/login/");
put exit(); after your header redirect and use a full URL for your location.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
3 matches
Mail list logo