MVC2 Anti-ForgeryToken help

I applied antiforgerytoken to my POST actions in my application. When the session ends, I get the error message "The required anti-fake token was not specified or was invalid." I added machineKey to web.config, but this did not solve the problem. Is there something I need to do to get the token to use the machine key?

Appreciate any help on this.

+3
source share

All Articles