I have seen this behavior when the user had a bookmark to the page with a
session ID in the bookmark URL. Just a thought.
Kirk
> -Original Message-
> From: Mike [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 24, 2001 8:17 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] GET
i have written a login page for a members area on my site - the code is as
follows...
login($userid, $password);
if ($login != 2) {
$error = $login;
include("loginform.php");
exit;
}
else {
include("index.php");
}
}
?>
it uses authlib to authorise the user and then include a different pasge
2 matches
Mail list logo