我可以在WebMethod中使用session值吗??我试过使用System.Web.Services.WebMethod(EnableSession=true)但我无法访问像inthisexample这样的session参数:[System.Web.Services.WebMethod(EnableSession=true)][System.Web.Script.Services.ScriptMethod()]publicstaticStringchecaItem(Stringid){return"zeta";}这里是调用webmethod的JS:$.ajax({type:"POST