如何在 DotNetNuke 5.4.4 中的经过身份验证的页面中添加 Cache-Control: no-store?

发布于 2024-10-15 02:37:44 字数 149 浏览 2 评论 0原文

我想知道在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给不了的爱 2024-10-22 02:37:44

我想最简单的方法是使用皮肤对象向页面添加正确的标题。稍微多一点的工作就是为此创建一个 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文