Re: [PHP] Reseting PHP_AUTH_USER or REMOTE_USER

2001-05-17 Thread Rasmus Lerdorf
> I have tried to reset the $PHP_AUTH_USER and/or $REMOTE_USER from within my > php scrips to force a user re-login to apache's ht authentication, but I cant > seem to set it from inside a php script > I've tried putenv($REMOTE_USER = ''); > and > $PHP_AUTH_USER = ""; > and several other variation

[PHP] Reseting PHP_AUTH_USER or REMOTE_USER

2001-05-17 Thread Michael Findley
I have tried to reset the $PHP_AUTH_USER and/or $REMOTE_USER from within my php scrips to force a user re-login to apache's ht authentication, but I cant seem to set it from inside a php script I've tried putenv($REMOTE_USER = ''); and $PHP_AUTH_USER = ""; and several other variations of the two