其他分享
首页 > 其他分享> > Webservice中HttpContext.Current.Session的值为null解决方案

Webservice中HttpContext.Current.Session的值为null解决方案

作者:互联网

System.Web.HttpContext.Current.Session的值为null的解决方案:

1.在自定义 HTTP 处理程序中实现 IRequiresSessionState 接口

2.在自定义的WebMethod上增加[WebMethod(EnableSession=true)]这句话。

3.如果还不行,自求多福吧!!!!

 

标签:WebMethod,Webservice,自定义,Current,Session,HttpContext,null
来源: https://www.cnblogs.com/paulscholes007/p/13087138.html