I have a problem with 2 possible solutions.
- How to force Opera to cache .ajax calls in jQuery?
- How can i force Opera browser to reload page if user reaches it by clicking Back button?
Test scenario: open page, navigate any link, then return to the page via back button. Page is fetched from cache.
I've already read several articles( on StackOverflow as well ) and none of them are working: 1) Cache HTTP headers - ignored 2) Meta tags - ignored 3) Solution with js onunload event and flag variable - doesnt work
Any other suggestions?