Form/JavaScript not working on IE 11 with error DOM7011

eastboundr picture eastboundr · Feb 20, 2014 · Viewed 108.7k times · Source

The register button for our ASP.net form, which uses the __postback function stopped working on IE 11, from the developer console, it shows:

DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337.

Does anyone know how to get around with this? What is this caching thing and why does it mess up forms. I seen similar complaints about this from others.

Answer

Máťa - Stitod.cz picture Máťa - Stitod.cz · Apr 2, 2014

This issue occurs if the server sends a "Cache-control:no-store" header or sends a "Cache-control:no-cache" header.