Re: Problem with Struts 2 and browser cache

2010-09-08 Thread Greg Lindholm
We typically use a simple little filter to add cache-control headers to results. Of course there is no guarantee the browser will respect it (although the spec say it must be obeyed http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9). In web.xml: Cache-Control for Dynamic resour

Problem with Struts 2 and browser cache

2010-09-07 Thread Oscar
Hi to all, i have a little requirement in my application. Clients need that, after logout, When they press the browser Back button, it shows that user doesn't have permission because he was already logged out. For example, if i'm inside the application and in that right moment i'm seeing some sensi