Hi is there any way to tell Apache that it should restart the session and drop an existing http-auth?
I've a system where a user is first authenticated with http-auth against apache and afterwards authorized for services within the PHP-Application. Once the user logs out I'd prefer to also reset the existing http-auth somehow.
Any ideas?