On my website I have password protected pages. I've found that the easiest way to allow my members to surf through these pages without having to login on every page is to have them login once, and then they can navigate the site with buttons which have a <input type=hidden name=password value="password"> variable to them.
I know this sounds awkward but it works fine for what I do. What I'm worried about is security. All of the major sites that I go to which have password protected pages seem to be using a cookie to store the password because when I view the source, my password can never be found.
Is this the more secure method of storing a password or do all of the major sites just use it for convenience? If cookies are more secure, if you could post a link to a tutorial on how to write cookies for passwords or something along those lines I'd appreciate it.
thanks,
blitzer
I know this sounds awkward but it works fine for what I do. What I'm worried about is security. All of the major sites that I go to which have password protected pages seem to be using a cookie to store the password because when I view the source, my password can never be found.
Is this the more secure method of storing a password or do all of the major sites just use it for convenience? If cookies are more secure, if you could post a link to a tutorial on how to write cookies for passwords or something along those lines I'd appreciate it.
thanks,
blitzer