如何在 DotNetNuke 5.4.4 中的经过身份验证的页面中添加 Cache-Control: no-store?
我想知道在 DotNetNuke 5.4.4 的经过身份验证的页面中包含 Cache-Control: no-cache, no-store
的最佳方式是什么。事实上,我也想在 IE6/7 和 FireFox 中阻止缓存。
非常感谢您的建议。
I would like to know what is the best way to include Cache-Control: no-cache, no-store
in authenticated pages in DotNetNuke 5.4.4. In fact, I want to prevent caching in IE6/7 and FireFox as well.
Your suggestion would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想最简单的方法是使用皮肤对象向页面添加正确的标题。稍微多一点的工作就是为此创建一个 http 模块。
默认情况下,您无法在 DNN 中执行此操作(主机设置适用于整个应用程序)。
I guess the easiest way to do that is with a skin object that adds the proper headers to the page. Slightly more work would be to create a http module for that.
By default you cannot do that in DNN (the host setting works on the entire application).