Web服务中的NULL会话

时间:2012-12-11 14:44:52

标签: c# asp.net web-services session

我将应用程序从prod移动到开发服务器,现在我的Web服务中的会话将无法保存。我在想它可能是IIS中的一个设置?但我不确定在哪里看。

这就是破产:

[System.Web.Services.WebMethod(enableSession: true)]
public static List<RequestType> GetRequestType(string itemNo, int requestTypeID)
{
    UserSession usObj = (UserSession)HttpContext.Current.Session["UserSessionObj"];

usObj出来了NULL

0 个答案:

没有答案