Hi all !

My application is running behind a proxy which caches everything, if the url
is the same.

 

It's no use that I have this in each Jsp:

<meta http-equiv="pragma" content="no-cache">

 

Therefore I used the Struts-property

<controller nocache="true"/>

 

But it was not that I expected:

My Login-Site has this URL:

http://localhost:8080/lager/Welcome.do;jsessionid=0146C3084A50F84EDEE81FE78E
E56DAE?action=toLogin - is ok.

But when I make login, the next URL has no jsessionid:and therefore it is
always the same:

http://localhost:8080/lager/Login.do?action=makeLogin

 

Is it possible to avoid proxy-caching with Struts by changing each URL with
appendig a random-number or such a thing ?

 

Please give me a tip.

Thanks in advance for your help.

Best regards.

Christine

 

Reply via email to