Prevent Opera from fetching a page from the cache on the back button or force AJAX caching

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?

+3
source share
1

POST GET?

: http://my.opera.com/community/forums/topic.dml?id=435111

Ajax, GET, Opera? :

http://www.karapuz.by/media/js/ajax-GET-caching-test.html

, Opera ( 10.10), IE, FF, GC Safari, ajax, . ?

:

, jQuery.

http://www.karapuz.by/media/js/ajax-GET-caching-test2.html, XHR-, jQuery "ajax", . Opera !

0

All Articles