Is there a better way other than the Anti Forgery Token
like built-in functionalities in asp.net mvc2. I would like to code my own http module to avoid CSRF.
Also to my understanding the Antiforgerytoken does not generate any cookies. Is the "double-submitted cookie"
a good method?
Any best practices or suggestions.
--edit : This link is useful: Stackoverflow previous question