我将应用程序从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