I have a website that is using FormsAuthentication when a user is enters the site. The landing page is home.aspx. So when the user goes to www.mywebsite.com then get to the Login page.
For some reason, the user would enter userID and pwd then click the Login button, the page would submit, and the userID and pwd fields would empty out, and the login page would reappear (no message is displayed that userid or pwd is invalid).
When the user enters that information a 2nd time, they are able to enter the site.
Has anyone else experienced such a scenario? I need to avoid a user from having to enter their information twice in order to enter the site.
ReturnUrlin the url, this behavior happens when the Login.aspx is in theReturnUrl– Gustavo F Jan 30 '12 at 5:38