FormsAuthentication.SetAuthCookie( userName, createPersistentCookie ); SignIn 方法。第二个参数是 true 如果我选中复选框。我还查了一个叫 .ASPXAUTH http://img412.imageshack.us/img412/3585/cookieb.png ). 如何修复它,如何延长cookie寿命?
FormsAuthentication.SetAuthCookie( userName, createPersistentCookie );
SignIn
true
.ASPXAUTH
http://dotnetblogger.com/post/2010/01/11/ASPNET-Membership-Remember-Me-That-Actually-Works.aspx
应该有用。
最重要的是,你需要 FormsAuthentication.RedirectFromLoginPage()