on 7/12/01 9:57 AM, Oden Eriksson at [EMAIL PROTECTED] spake:
> Cool.
>
> This got me remembering that some one with coding skills should let
> qmailadmin or perhaps the html templates send something like "Expires
> immediately" in the html header (also maybe the "no cache" meta header).
>
> While using Konqueror (KDE 2.2) I noticed that for example a just created
> accounts did not show up until a hard refresh.
I think this is a good idea, but should be an option in the templates so
people don't have to use it. I used to have trouble with images in
webalizer reports getting cached, but putting this in in the <head> tags:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="Thu, 1 Jan 1970 00:00:00 GMT">
..seems to have solved that problem.
What's the general consensus? Should these be in the html templates by
default?
Cheers,
Bill Shupp