I've one question, I recently put anti forgery token in all my forms and in my controller I put the ValidateAntiForgeryToken
attribute.
But often my users fill a form, then came back with the browser button, make a correction in one of their mistakes, and they get the invalid anti-forgery token.
I can understand why it happens(we are going back and using an anti-forgery token that isn't valid anymore), but is there any way to avoid this behavior? Like force to reload this page?