I did some searching of the Monastery and only found mention
of back-button disabling, and some strong advisories against it.
I've got a cgi script that takes form entered data and
sends it over a socket connection to a server thats running
a lengthy/robust application.  The socket closes and the
client gets a confirmation of request page.  The
results (after the application finishes) are then emailed
back to the user.
If the user reloads and repost's the form data of the
confirmation page, the socket is opened again and another (duplicate)
job is sent to the server side application.  I want to avoid
user reload/repost.  Can I disable it?  Any ideas?  Thanks.