How can I defintely log out when before i was logged in using the http headers and setting $SERVER['PHP_AUTH_USER'] and $SERVER['PHP_AUTH_PW']???
A simple unset of these variables and a session destroy (where i had registered all other relevant variables) doesn't work!
Somewhere the PHP_AUTH_USER and PW are stored! Even if i unset this variables and echo them, they seem not to be set - but when i go to the first page of my script, where it is verified against a database (username and password) the login messages
don't appear - because somewhere the PHP_AUTH_ variables are stored!
i always have to close the browser and reopen it - then it works!
any suggestions
mike