日期:2014-05-20  浏览次数:20397 次

asp.net怎样清除单个Session值
请问怎么在不设置Session超时的情况了.清除单个的Session值..
    急

------解决方案--------------------
Session.Clear();
------解决方案--------------------
好象有什么remove(),或者clear()之类的静态方法

------解决方案--------------------
this.Session[ "id "] = null;