sma3har wrote:
When i submit the page and hit the back button i can
submit the page again. The browser is caching the jsp
page. I have tried adding this code :

response.setHeader("Cache-Control","no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader ("Expires", 0); to my jsp page but did not help.
Any solution to this problem? Experts please help....

What problem, exactly? How is page caching related to resubmitting the page? Those are separate issues.

Do you want to prevent the page from being cached, so that when you hit the back button the page is re-rendered with fresh data? Or do you just want to prevent the same form being submitted twice?

L.


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

Reply via email to