摘要: 在MVC的WebApi中默认是没有开启Session会话支持的。需要在Global中重写Init方法来指定会话需要支持的类型 public override void Init() { PostAuthenticateRequest += MvcApplication_PostAuthenticat 阅读全文
posted @ 2017-01-19 14:02 blues不撸死 阅读(372) 评论(0) 推荐(0) 编辑