How to stop chrome from caching

后端 未结 2 2019
温柔的废话
温柔的废话 2020-12-08 04:23

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:

2条回答
  •  温柔的废话
    2020-12-08 04:43

    as per this bug report in chromium repo, users find that using no-store instead of no-cache will fix it in chrome.

提交回复
热议问题