asp.net IRequiresSessionState

在一般处理程序中,使用context.Session对象,必须先继承IRequiresSessionState接口。

System.Web.SessionState.IRequiresSessionState

原文地址:https://www.cnblogs.com/han1982/p/4047261.html