Warning: Page has Expired
The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
To resubmit your information and view this Web page, click the Refresh button.
This error in DNN occurs from a line of code in the default.aspx.vb (in v2.1.2, it's line 227):
Response.Cache.SetCacheability(HttpCacheability.ServerAndNoCache)
Commenting out that line removed the annoying message, and now users can browse their history even if the page is a result of a server post.
NOTE: Commenting out the line above allows all responses to be cached locally. This is a potential security issue, as users can now browse through the history of a session. It is not recommended to modify the cache settings if your site has secured content.
Print | posted on Tuesday, August 31, 2004 12:21 PM