What is the best way to password protect folder/page using php without a db or username

Posted by Salt Packets on Stack Overflow See other posts from Stack Overflow or by Salt Packets
Published on 2008-11-13T13:45:13Z Indexed on 2010/03/08 23:36 UTC
Read the original article Hit count: 295

What is the best way to password protect folder using php without a database or user name but using. Basically I have a page that will list contacts for organization and need to password protect that folder without having account for every user . Just one password that gets changes every so often and distributed to the group. I understand that it is not very secure but never the less I would like to know how to do this. In the best way.

It would be nice if the password is remembered for a while once user entered it correctly.

© Stack Overflow or respective owner

Related posts about php

Related posts about password-protection