WebService获取SESSION,前台调用WebService

[WebMethod(EnableSession = true)]必须开启这个设置,不然默认不能用SESSION
获取SESSIONContext.Session[“language”].ToString()