Page 1 of 1

Logout of .htaccess password protected page

Posted: Sat Apr 11, 2009 7:17 pm
by tomsace
Is this possible to logout of a .htaccess password protected page?
Any help aprechiated.

Re: Logout of .htaccess password protected page

Posted: Sat Apr 11, 2009 7:28 pm
by McInfo
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.

Re: Logout of .htaccess password protected page

Posted: Sat Apr 11, 2009 7:30 pm
by tomsace
Thanks,
But is it possible to do this using a webpage, like a logout link from my webpage?

Re: Logout of .htaccess password protected page

Posted: Sat Apr 11, 2009 7:41 pm
by McInfo
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.