I am working on a web application (J2EE) and I would like to know the options that are available for handling a double post from the browser.
The solutions that I ha
You could supply a "ticket" as part of the form, some random number - and make sure it doesn't get accepted twice, on the server side.