摘要: FormsAuthenticationTicket ticket = new FormsAuthenticationTicket(1, "username", DateTime.Now, DateTime.Now.AddDays(365), true, string.Format("{0}:{1}" 阅读全文
posted @ 2019-12-13 14:45 zhlhl 阅读(285) 评论(0) 推荐(0) 编辑