Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个ASP.NET MVC 4应用程序。
我需要使用会话来存储各种东西。我的任务是不使用 cookie。
有没有办法解决这个问题?有人告诉我 ASP.NET MVC 4 不能在无 cookie 模式下工作。
还有其他替代方法吗?
编辑您的 web.config
<sessionState cookieless="true" timeout="20" />