Is something in the http protocol that will help me find out, or should I check the fields by myself.
If identical field values can be submitted more than once, should I add a dummy hidden field or something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to be completely sure you’ll need to include a unique id for the form in a hidden field in the form, and check it against a data store all server threads can see (e.g. a db) before handling the form data.