I need to secure the pages of an e-commerce website using forms authentication and there's a client requirement that in the login form there would be the "Remember Me" check box that when clicked will keep the user logged in for a month, else he'll have to login each time he visits the site. How can I do this with forms authentication?
Also I am confused about the parameter "createPersistentCookie" of the methods "RedirectFromLoginPage" or "SetAuthCookie", if set to true, it will create a persistent cookie. Persistent for how long?
Thanks