My company has a web application hosted on a client\'s machine that uses forms authentication in ASP.net. When visiting the website http://www.client.com/Application and tr
I had this same issue when the servers Date/Time was incorrect and was causing the AuthCookie expiration date to be incorrect.
Check the date/time of the server is correct.