Reload web page - browser "back" button ( HTML/JSP)

Viewed 1571

I have a small issue. In my web application I use jsp forms.

There is a form and it's data gets stored in a database when user submit the form. Upon a successful submission, user is redirected to a confirmation page.

However, when the user press the "back" button of the browser, user is redirected to the previous form.(No server side interaction/No updated data from the database) And when the user press submit,that data is also saved in DB. Since this is an account related application, this behavior is not acceptable.

My question is, is there a way to prevent this behavior?

1 Answers
Related