CampFireManager / cfm2

CampFireManager is a talk scheduling tool for conferences - such as barcamps or fixed schedule conferences
http://campfiremanager.info
16 stars 9 forks source link

Duplicate submission detection #133

Open JonTheNiceGuy opened 12 years ago

JonTheNiceGuy commented 12 years ago

When rendering any new form, also hash the user's IP (or X-FORWARDED-FOR IP in case of proxying), their User Agent and a timestamp. Make this part of the form submission (hidden value). If you see two of this same value, you've got a button-pressed-twice situation, so reject it with an error.

NotBobTheBuilder commented 11 years ago

Disable button on first click