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.
我想知道Cache-Control: no-cache, no-store在 DotNetNuke 5.4.4 中包含在经过身份验证的页面中的最佳方式是什么。事实上,我也想在 IE6/7 和 FireFox 中防止缓存。
Cache-Control: no-cache, no-store
您的建议将不胜感激。
我想最简单的方法是使用皮肤对象,将正确的标题添加到页面。稍微多一点的工作就是为此创建一个 http 模块。
默认情况下,您无法在 DNN 中执行此操作(主机设置适用于整个应用程序)。