Forms Authentication: Remember Me? Its Hard Not Too!
Posted by James Jardine on April 4, 2012 · Comments Off on Forms Authentication: Remember Me? Its Hard Not Too!
Filed under: Development, Security
Filed under: Development, Security
ASP.Net Forms Authentication is a great way to authenticate users for the application. Microsoft has done a really good job at implementing this to make it simple and straightforward for developers. Forms Authentication allows for a user to enter their user name / password combination for an application and have that validated against a backend ...