ASP.NET Forms Authentication "Remember Me"
Another post for ASP.NET developers. By the way if you think these posts do not belong to this blog, please leave a comment, and I'll consider moving my development articles to a separate blog.Today I needed to set up a "remember me" functionality for our web-based HelpDesk app and small-business CRM app login pages. If you ever tried to achieve this using .NET's FormsAuthentication, you might have noticed that... it's just not working. Even if you pass the "createPersistentCookie" parameter value as "true" when initializing FormsAuthentication - the cookie still lives for a limited time only - the time specified as the Forms-Authentication timeout in "web.config". Then the cookie dies.
Help-Desk demo
UPDATE from 2019: I just realized a lot of people land on this page looking for a demo of our helpdesk app. We used to have a demo back in the days when we offered only the server (AKA "on-premise") version of the helpdesk app. But since we now also offer the "hosted" version that runs in the cloud, we removed the demo because you can easily try the "saas" one. All you have to do is sign up for a trial and you'll be redirected to the helpdesk online demo in seconds (literally). The trial account will stay active for 21 days, and if that's not enough - simply ask us to extend it or register another trial account.