摘要: 在Global.asax里添加:开启Session功能public class WebApiApplication : System.Web.HttpApplication { public override void Init() { this.PostAuthentica... 阅读全文
posted @ 2015-02-03 12:28 木从心 阅读(1020) 评论(0) 推荐(0)