标签: c# asp.net-core-mvc
我似乎无法设置会话变量。
有人知道如何解决此问题吗?
为什么这不可能?
答案 0 :(得分:1)
ASP.NET Core的控制器没有Session属性。您将必须配置会话并注入ISession。 Read about it here。
Session
ISession
答案 1 :(得分:0)
尝试使用 System.Web.HttpContext.Current.Session["SAMPLE_SESSION_VAL1]