Hi Claudio,
you may want to have a look at http://jira.magnolia.info/browse/MAGNOLIA-2011
Not sure what is wrong in your case but using that filter I've been
able to avoid cache successfully.

fabrizio


On Jan 18, 2008 4:51 PM, Claudio Greuter <[email protected]> wrote:
> Hi List
>
> I have a nasty little problem I did not find working solutions on the
> Web:
>
> After changing a pages content (Just a title of a TextImage paragraph),
> and activating the page, the clients browser does still serve the old
> contents.
>
> I know that this problem happens in the Cache of my IE 7, but I am out
> of ideas for disabling the caching.
>
> I tried to set the following Meta Tags in the JSPs:
> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
> <meta HTTP-EQUIV="Expires" CONTENT="-1">
>
> I also tried to set the folloing in a scriptlet in the JSP page
>         response.setHeader("Cache-Control","no-cache");
>         response.setHeader("Pragma","no-cache");
>         response.setDateHeader ("Expires", 0);
>
> However the page is still cached and hitting the reload button like a
> berserk has absolutely no effect (ctrl-f5 does the job, which tells me
> that its really a IE7 Caching Problem)
>
> Does anyone has inputs on this issue, I guess I'm not the only one
> (hopefully :-))
>
> Cheers
>
> Claudio
>
> PS: I am aware that this is not a Magnolia issue, but i think it's a
> common problem for all who need to show noncached data on their page.
>
>
> ----------------------------------------------------------------
> for list details see
> http://documentation.magnolia.info/docs/en/editor/stayupdated.html
> ----------------------------------------------------------------
>

----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------

Reply via email to