C#--Session用完如何清除时间:2021-12-14 09:40:49Session.Abandon();//清除全部Session//清除某个SessionSession["UserName"] = null;Session.Remove("UserName");