'Erroneous caching of fields in a productpage by Chrome

I have a kind of paged catalogwebsite with the pages filled with Jsondata by AngularJs. Server side is ASP.Net MVC. Since a couple of months Chrome is caching some fields in a page with a single visitor. The cached fields are the short number fiels in the page. The description and URL to a thumbnail are correct. I was not able to reproduce the matter jet. Only once I had access to a computer with the problem and fiddling with the settings in the advanced/languages (spellceck and languages) resolved the problem definitive. However, I was not able to get the erroneous behavior back in any way.

What I tried:

  • Get the Json data with a POST.
  • Decorate the Controller methods with: [OutputCache(NoStore = true, Duration = 0, VaryByParam = "*")]

Suggestions what I can try next?

regards



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source