On my log in page I added a check box option so my users can stay logged in (60 days) even after they close there browser. If the check box is checked then my code behind adds a persistent cookie to the response.
Everything works as it should on the localhost but on the server it does not. It appears ever time the application or application pool is restarted the users of my website have to re log in again. Using Firefox I found the authentication cookie (.ASPXAUTH) with the correct expiration date of 60 days out but still forced to re log in.
Thank You!