作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我读到了 Session variables in ASP.NET MVC 的答案中的评论。建议使用HttpSessionStateWrapper
和HttpSessionStateBase
与直接使用 session 相反,如下所示:Session["MyValue"]
:
If ASP MVC is being used then it is preferable to not use the actual Session object from HttpContext.Current.Session but to use the new HttpSessionStateWrapper & HttpSessionStateBase from System.Web.Abstractions.dll then use a Factory or DI to get the Session.
有人可以提供使用上述两个类来初始化、检索和设置 session 变量的 MVC 示例吗?
最佳答案
这个answer可能就是您正在寻找的。
问问写这篇文章的人他的意思也可能是有意义的。
关于asp.net-mvc-3 - 如何使用新的 HttpSessionStateWrapper 和 HttpSessionStateBase?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17530845/
关闭。此题需要details or clarity 。目前不接受答案。 想要改进这个问题吗?通过 editing this post 添加详细信息并澄清问题. 已关闭10 年前。 Improve th
我是一名优秀的程序员,十分优秀!