摘要:
在asp.net2.0中可以使用[WebMethod(EnableSession = true)] session 了一、Session [WebMethod(EnableSession = true)]public string Hello() {return "Hello," + Session["user"];}[WebMethod(EnableSession = false)]public string Hello1(){return "Hello," + Session["user"];}[WebMeth 阅读全文