I have a problem with two possible solutions.
- How to get Opera to cache .ajax calls in jQuery?
- How to make Opera browser reload the page if the user reaches it by clicking the back button?
Testing scenario: open the page, follow any link, then return to the page using the "Back" button. The page is retrieved from the cache.
I already read several articles (also about StackOverflow), and none of them work: 1) HTTP cache headers - ignored 2) Meta tags - ignored 3) Solution with js onunload event and flag variable - does not work
Any other suggestions?
source
share