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. Remover Mozila Browser Cache

Remover Mozila Browser Cache

Scheduled Pinned Locked Moved ASP.NET
3 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
    monu nair
    wrote on last edited by
    #1

    I am using following code to remove the IE Cache. Response.Cache.SetCacheability(HttpCacheability.NoCache); But i am not able to remove the Mozila Browser Cache Using this Code.

    Mahendra Bisht.

    A 1 Reply Last reply
    0
    • M monu nair

      I am using following code to remove the IE Cache. Response.Cache.SetCacheability(HttpCacheability.NoCache); But i am not able to remove the Mozila Browser Cache Using this Code.

      Mahendra Bisht.

      A Offline
      A Offline
      Abhishek Sur
      wrote on last edited by
      #2

      Response.Expires = 0;
      Response.ExpiresAbsolute = Now;
      Response.AddHeader("pragma","no-cache");
      Response.AddHeader("cache-control","private");

      I think you can add all of them in addition to Response.Cache.SetCacheability... Hope this will clears..

      Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
      Create .NET Templates

      M 1 Reply Last reply
      0
      • A Abhishek Sur

        Response.Expires = 0;
        Response.ExpiresAbsolute = Now;
        Response.AddHeader("pragma","no-cache");
        Response.AddHeader("cache-control","private");

        I think you can add all of them in addition to Response.Cache.SetCacheability... Hope this will clears..

        Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
        Create .NET Templates

        M Offline
        M Offline
        monu nair
        wrote on last edited by
        #3

        this work fine with IE but not for Mozila

        Mahendra Bisht.

        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