asp.net(C#)清除全部Session与单个Session时间:2021-11-27 10:46:58Session.Abandon();//清除全部SessionSession["UserName"] = null;Session.Remove("UserName");