Add session tokens to your application to protect against attacks on your forms.
In this video I show you how to protect your web forms using session tokens. A token is a unique, random generated string that is very difficult to replicate. Checking a token on the processing page can prevent unauthorized users from making requests or changes in your applications.
source