标签: c# asp.net-mvc
MVC控制器中的HttpContext.Session和Session有什么区别?我注意到,有时Session['aKey']是null,即使已分配且永不更改。
HttpContext.Session
Session
Session['aKey']
null