动态表单身份验证超时?
答
时退房FormsAuthenticationTicket
上MSDN
FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1,
"userName",
DateTime.Now,
your_time_out_goes_here, // value of time out property
false, // Value of IsPersistent property
String.Empty,
FormsAuthentication.FormsCookiePath);