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
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
;) { 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
3 matches
Mail list logo