Is this possible to logout of a .htaccess password protected page?
Any help aprechiated.
Logout of .htaccess password protected page
Moderator: General Moderators
Re: Logout of .htaccess password protected page
In your browser, delete the cookie for the site. If you are accessing an FTP site, also delete your cache. There could be a session on the server end, but deleting your cookies and cache will log you out on the client side.
Edit: This post was recovered from search engine cache.
Edit: This post was recovered from search engine cache.
Last edited by McInfo on Mon Jun 14, 2010 1:29 pm, edited 1 time in total.
Re: Logout of .htaccess password protected page
Thanks,
But is it possible to do this using a webpage, like a logout link from my webpage?
But is it possible to do this using a webpage, like a logout link from my webpage?
Re: Logout of .htaccess password protected page
This is not really a topic I have a lot of experience with. You might find some insight here: http://www.php.net/manual/en/features.http-auth.php
Edit: This post was recovered from search engine cache.
Edit: This post was recovered from search engine cache.