RE: [PHP] GET / POST strange error

2001-08-24 Thread Johnson, Kirk
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

[PHP] GET / POST strange error

2001-08-24 Thread Mike
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