Hello!

Is it possible that when the user clicks on the BACK button of my
Jetspeed application, the output is not get by the cache, but is
dynamically served?

In other words: Every time the user clicks on the back button, I want
that jetspeed 'reloads' this back page.

I put a:

<%
response.setDateHeader ("Expires", 0);
response.setHeader ("Pragma", "no-cache");
if (request.getProtocol().equals ("HTTP/1.1")) {
response.setHeader ("Cache-Control", "no-cache");
}
%>


at the top and at the bottom of each jsp template for every portlet that
is shown in my application.
But is did not work.



Does onyone have any idea, please?

Thanks in advance,
Nik...




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to