> I need to know how to clear the $ENV variables.  For example, I use a
> .htaccess file for specific directories which requires the user to enter
> userID and password.  When they exit the page, I want them to have to
> re-enter userID and passwd if they enter the page again.  Does anyone
> know how this is accomplished?


Clearing %ENV will not work. You have to send a 403 response.

Uwe

Reply via email to