1. 首页
  2. 编程语言
  3. Web开发
  4. 在WEB API中启用session
用户评论
码姐姐匿名网友 2020-08-18 22:57:57

这没必要下载坑啊

码姐姐匿名网友 2020-08-18 22:57:57

只需要在文件Global.asax中添加如下代码即可: publicoverridevoidInit() {//注册事件 this.AuthenticateRequest+=MvcApplication_AuthenticateRequest; } //开户session支持 privatevoidMvcApplication_AuthenticateRequest(objectsender,EventArgse) {//启用webapi支持session会话