Session.Abandon();//清除全部Session //清除某个Session Session["UserName"] = null; Session.Remove("UserName");