How to add Cache-Control: no-store in authenticated pages in DotNetNuke 5.4.4?
I would like to know what is the best way to include Cache-Control: no-cache, no-store
开发者_Python百科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.
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).
精彩评论