ASP.NET Forms Authentication with Android Browser
问题 I'm using ASP.NET Forms Authentication with a simple way. The authentication use a cookie for store the credentials. Works perfectly in browsers like: Desktop: Chrome, Safari, IE, ... Mobile: iPhone Browser, Opera Mobile ... I press the button form's authentication and i redirect to the app page. BUT, in Android browser i press the button and nothing. The configuration of ASP.NET Forms Authentication is simple: <authentication mode="Forms"> <forms loginUrl="MLogin.aspx" timeout="30" name="