how to solve double posting problem
Anonymous
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.
Check out your Company Bowl for anonymous work chats.