> 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
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
2 matches
Mail list logo