Web Api 2 怎么支持 Session

Add
protected void Application_PostAuthorizeRequest() 
{
    System.Web.HttpContext.Current.SetSessionStateBehavior(System.Web.SessionState.SessionStateBehavior.Required);
}

to global.asax




posted @ 2015-09-14 14:47  iDEAAM  阅读(202)  评论(0编辑  收藏  举报