To avoid caching of Domino web pages/documents when re-opening the page, put this code snippet into HTML Head Content property of the form:
"<meta http-equiv=\"Expires\" content=\"0\"> <meta http-equiv=\"Cache-Control\" content=\"must-revalidate\"> <meta http-equiv=\"Cache-Control\" content=\"no-cache\">"
Tuesday, August 22, 2006
Subscribe to:
Post Comments (Atom)
2 comments:
Tip: HTTP headers can also be configured to be sent via a Header rule in an Internet Site. You can send the "no-cache" headers when a specific URL pattern is requested. A great article in the subject can be found at IBM developerWorks.
I prefer the old skool :)
Post a Comment