摘要: 要在webApi里面使用Session必须在Global.asax插入 public override void Init() { this.PostAuthenticateRequest += (sender, e) => HttpContext.C... 阅读全文
posted @ 2015-05-25 16:09 Tauren 阅读(262) 评论(0) 推荐(0)