how to solve double posting problem
Utilisateur anonyme
Double posting can be solved by creating UUID/GUID hidden input in form using server side scripting language that renders the form. On form submission immediately add this to a database table called uniqueSubmission. Every subsquent request will be rejected with the same UUID/GUID if found in the database.