Re: [PHP] header('www-Authenticate ...') Problem

2005-03-01 Thread Richard Lynch
> doesn't the browser only send the AUTH_USER & AUTH_PW if it gets > the WWW-Authenticate header? I do believe it will re-send them on each and every request from then on... Could be wrong, but that's the way I've always structured my code, and it seemed to work... The Authenticate header is wha

Re: [PHP] header('www-Authenticate ...') Problem

2005-02-28 Thread Jochem Maas
Richard Lynch wrote: [EMAIL PROTECTED] wrote: I can't remember where the example below came from, but the event handler for the 're-authenticate' button doesn't allow a re-authentication /** * reset event handler does not work

Re: [PHP] header('www-Authenticate ...') Problem

2005-02-28 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > I can't remember where the example below came from, but the event handler > for the 're-authenticate' button doesn't allow a re-authentication > /** > * reset event handler does not work as expected