Re: [PHP] Re: prob with session start

2001-08-14 Thread ReDucTor
nd regards -Balaji - Original Message - From: Renze Munnik To: Balaji Ankem Cc: [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 2:26 PM Subject: Re: [PHP] Re: prob with session start I think I know what it is. The construction I mentioned to avoid the reloading

Re: [PHP] Re: prob with session start

2001-08-14 Thread Renze Munnik
I think I know what it is. The construction I mentioned to avoid the reloading used three pages to login: the login-page, the validation page and then some page that produces output to the user. What you do, is include that output page in the validation page (authentication.php). You shouldn't do

Re: [PHP] Re: prob with session start

2001-08-13 Thread Balaji Ankem
;)  { include('ordinary.php');     }  }     else  {   file://User does not exist or not authenticated.   echo 'Authorization Required.';   file://header( 'WWW-Authenticate: Basic realm="Private"' );   file://header( 'HTTP/1.0 401 Unauthorized' );   e