I have to set
httpResponse.setHeader("Pragma", "no-cache,no-store");
httpResponse.setHeader
("Cache-Control","no-cache,no-store,must-revalidate,proxy-revalidate,max-age=0");
for response(based on comments in ML of ZK)

when I disable cache in my Firefox everything works.
without that, I get Session Timeout... when browser back button is pressed
from "sendRedirect" page
this problem exists because I manage zk pages from controler.xml. Please
comment if you use another approach.
so is there a place ie. in web.xml to add/modify response headers?

Krzysztof

2007/7/9, Jacques Le Roux <[EMAIL PROTECTED]>:

Not sure it's relevant, but did  you check cache.properties ?

Jacques

De : "Krzysztof Podejma" <[EMAIL PROTECTED]>
> hello,
> how can I run setResponseBrowserProxyNoCache method for all responses
for my
> module.
> I get some issues with ZK and browser back button, so I have to turn off
> caching.
>
> Krzysztof Podejma
>

Reply via email to