Monthly Archives: september 2010
“Remember me” in ASP.net MVC 2.0

I had to create the “remember me” functionality in the login page for one of our customers. Never had to think about this before and it seems so simple at first. Which it actually is. First of all add a checkbox within the Views\Account\logon.aspx page: Add following in the Controllers\AccountController.cs file:

Back To Top