What I do is the following:

1) Set a session variable on the page that will submit the form, usually
called session.frm_submit, and set it to 1.

2) Create a CFIF on the page the form submits to that checks the value of
the session variable, and, if it is 1, sets it to 0 then processes the
submission. If the value is already 0, the submission is ignored. 

This means the user would have to go back to the form page and reload it
completely in order to submit the form twice.

M

-----Original Message-----
From: Shahzad.Butt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 10, 2003 9:18 AM
To: CF-Talk
Subject: Prevent Refresh


What is best way of preventing multiple entries in DB through form
submission when user clicks on REFRESH or BACK button of browser?
 
Thanks
Shaz

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to