I keep getting the error Anti forgery token is meant for user "" but the current user is "user". This is only happening while using Google Chrome and happens randomly too.
I have seen the other Stackoverflow threads and have tried all of them but none work.
Here is What I have tried
1) Disabled Page Caching
2) AntiForgeryConfig.SuppressIdentityHeuristicChecks = true.
3) [OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")] on the Login Action
This only happens with Google Chrome (Usually after 4th or 5th try of logging out/logging in), I have tried all browsers and this issue never pops up.