Click to See Complete Forum and Search --> : Authentication


Anon
07-31-2000, 07:45 AM
This function "if(!isset($PHP_AUTH_USER))" are working fine with Netscape, but
in M. Explorer 5.0 I get error message. "Wrong password or you don't have access.".
It looks like M.exp. do not find the password.

Do I have to configure explorer for cookies or what?

Magnar

Anon
11-06-2001, 05:00 PM
I'm using that exact code and it works fine under IE 5.0.
But, in my script I redirect to a login.php if PHP_AUTH_USER is not set.
It's hard to diagnose your problem based on a partial line of code.