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