Hi,
we have testserver for a ASP.NET MVC project. Everything works fine on dev machines, but we can't login if "Remember me" checked in on the login page (in this case the request is redirected to the login page, no exception occurs as far I know).
If we open a browser in RDP on the testserver, it's possible to use "Remember me" correctly as localhost - but remotely still fails.
The two web.config are equals (except the compilation debug row).
Any idea?
Thanx in advance!
Answer
Servertime was wrong (minus 3 days) and cookie died too fast.