I need to force the browser to reload the previous page from the server when the user presses the back button.
I\'ve added the following to my response headers:
as per this bug report in chromium repo, users find that using no-store instead of no-cache will fix it in chrome.