<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.1.18">
</HEAD>
<BODY>
Hi opencms devs,<BR>
I was thinking about the refresh problem I have been having with the CVS version.<BR>
Adding the following headers:<BR>
<BR>
<meta Http-Equiv="Cache-Control" Content="no-cache"><BR>
<meta Http-Equiv="Pragma" Content="no-cache"><BR>
<meta Http-Equiv="Expires" Content="0"><BR>
<BR>
to the pageHtml() method of CmsReport and CmsWorkplace and in each mainpage.txt file of the editors and in the files in workplace/jsp should be enough and not affect other functions of the system (preview, etc)<BR>
<BR>
What do you think ?<BR>
I don't like having to change the preferences of the browser which affect all sites just because one site cannot properly handle the cache headers. I do want caching on images, etc<BR>
<BR>
Tristan
</BODY>
</HTML>