I am trying to password protect a single page on my website:
http://vencedorenergy.com/investor-login/
I have tried using the built-in function of WP that allows you to put a password on a page. However, there is a problem with the cookie, in that it never seems to expire - once you put in a password, it never goes away, and therefore, never requires another login.
What is the easiest and simplest way, whether through a plugin or code, to password protect a page? I do not need to manage users or anything else.
Thank you!