I am using getenv("REMOTE_USER") to grab the user's username generated from .htaccess. I am trying to come up with a logout function, that is suppose to clear getenv(). I am using putenv("REMOTE_USER="), but is still lets me log on without asking for a username and password.