摘要:
System.Web.HttpContext.Current.Session的值为null的解决方案: 1.在自定义 HTTP 处理程序中实现 IRequiresSessionState 接口 2.在自定义的WebMethod上增加[WebMethod(EnableSession=true)]这句话 阅读全文
posted @ 2020-06-10 17:55
paulscholes007
阅读(409)
评论(0)
推荐(0)