ASP dot net mvc C#-无法设置会话变量

时间:2019-03-19 12:54:42

标签: c# asp.net-core-mvc

我似乎无法设置会话变量。 enter image description here

有人知道如何解决此问题吗?

enter image description here

为什么这不可能?

enter image description here

2 个答案:

答案 0 :(得分:1)

ASP.NET Core的控制器没有Session属性。您将必须配置会话并注入ISessionRead about it here

答案 1 :(得分:0)

尝试使用 System.Web.HttpContext.Current.Session["SAMPLE_SESSION_VAL1]