摘要: public ActionResult Logoff(){ Session.Abandon();Session.Clear(); FormsAuthentication.SignOut(); return ReditectToAction("LonOn","Account");} 阅读全文
posted @ 2013-11-25 20:45 酒沉吟 阅读(467) 评论(0) 推荐(0)