Hello Everyone,
I have a members area that is secured using a standard .htaccess and .htpasswd file which works great. The questions is how do i make a logout button using php?
Any help would be great!
Hello Everyone,
I have a members area that is secured using a standard .htaccess and .htpasswd file which works great. The questions is how do i make a logout button using php?
Any help would be great!
I suppose you could be wrong, but I'm not sure you can. The authentication is actually performed on EVERY GET request.... the client browser simple "caches" the information and resends it each request.
As I said.. I could very well ber wrong here, but I seem to have seen this question posed somewhere else, with no fruitful results.
dont need a logout button. whenever they close the browser it ends it