Grant access to a website
Posted: Mon Oct 13, 2003 8:16 pm
What is the best way to grant access to a website?
- Encode the login name, the password and IP address of client with the MD5() function and update it in a cookie
- manage access with a MySQL database, update it on every request on the website.
- ??? any other suggestion Please !!! Link to example!
Thanks
- Encode the login name, the password and IP address of client with the MD5() function and update it in a cookie
- manage access with a MySQL database, update it on every request on the website.
- ??? any other suggestion Please !!! Link to example!
Thanks