Hello
When I click back on Internet Explorer to return a web page, after submit information in a form, I receive the following error message: "page has expired".
To resolve this problem I place the following tag in the header of the .jsp web page:
response.setHeader("Cache-Control", "public");but that seems not work.
Any help would be great,
Thanks in advance
Elena
