This article demonstrates how to implement forms-based authentication by using a database to store the users.
Share on Facebook
Apr
30
2009
30
2009
Form Based Authentication in ASP.NET
Mar
31
2009
31
2009
Creating Simple Member Login Area Using PHP
This tutorial is aimed at creating a simple login/members area using PHP MySQL.
Share on Facebook
Mar
31
2009
31
2009
Login Sessions: Cookies vs Session Variable
Cookies and Session variables are two ways, implementation members areas and user login/security. The two methods are a bargain between server performance and security. Server side security gives better security but is just not practical for larger number of users and can seriously deteriorate server performance. On the other hand user side security is far more efficient and lighter on the server however is far more susceptible to security breaches.