Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. caching problem with firefox

caching problem with firefox

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netperformancehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maltova
    wrote on last edited by
    #1

    Hi all, i want to disable caching of my web page on the client side. For this, i am adding a cache-control:no-store header to the out going response in my asp.net page. It is working fine in IE but with a limitation in Firefox. what i learnt is Firefox is maintaining 3 caches. i.Memory cache ii.disk cache. iii.offline cache when i sent no-store value in cache control header,i observed following things when i open the page. 1.i typed about:cache command in a new tab to see all the caches. 2.page is not added to disk cache and offline cache 3.page is added to memory cache 4.when i close the browser window,memory cache entry is now removed. *what i need is..is there any workaround so that my page is not added to all 3 caches of firefox. actually we can do it manually by configuring the browser but i think we cannot do this ourselves on all the client browsers who are accessing our page. and also we cannot instruct the user to close the window after he finished browsing our page. Thanks in advance.

    N 1 Reply Last reply
    0
    • M maltova

      Hi all, i want to disable caching of my web page on the client side. For this, i am adding a cache-control:no-store header to the out going response in my asp.net page. It is working fine in IE but with a limitation in Firefox. what i learnt is Firefox is maintaining 3 caches. i.Memory cache ii.disk cache. iii.offline cache when i sent no-store value in cache control header,i observed following things when i open the page. 1.i typed about:cache command in a new tab to see all the caches. 2.page is not added to disk cache and offline cache 3.page is added to memory cache 4.when i close the browser window,memory cache entry is now removed. *what i need is..is there any workaround so that my page is not added to all 3 caches of firefox. actually we can do it manually by configuring the browser but i think we cannot do this ourselves on all the client browsers who are accessing our page. and also we cannot instruct the user to close the window after he finished browsing our page. Thanks in advance.

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Since this is browser controlled, I don't think that you can prevent it from adding to memory cache. :)

      Navaneeth How to use google | Ask smart questions

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups