Results 1 to 7 of 7

Thread: “No cache” tag is not getting recognized by Chrome

  1. #1
    Join Date
    Feb 2012
    Posts
    79

    “No cache” tag is not getting recognized by Chrome

    I have been testing out Chrome on my site which is having a "no-cache" tag I have found that the Chrome is caching the site but then the problem is that the changes are not taking place when the page is refreshing the site, I have checked out in the Firefox and it is working fine there but then not with the chrome, below is the tag syntax in my case:
    <meta http-equiv="Cache-Control" content="no-cache" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />

  2. #2
    Join Date
    Feb 2012
    Posts
    73

    Re: “No cache” tag is not getting recognized by Chrome

    Even I need some help regarding the same I have tried using the http headers but then I am getting the same response, in my case I am having a PHP page and it starts as followed:
    header ("Content-type: text/html; charset=utf-8");
    header("Cache-Control: no-cache, must-revalidate");
    header("Expires: Mon, 26 march 2012 05:00:00 GMT");

  3. #3
    Join Date
    Oct 2011
    Posts
    105

    Re: “No cache” tag is not getting recognized by Chrome

    I was facing the same issue and I have not yet able to get "cache-control: no-cache" working fine but then the Google Chrome does not seems to be caring about the same, anyways I think that you should try out "cache-control: no-store" and it is working fine. I also wanted to add that I am still keeping the headers as some browsers respond differently.

  4. #4
    Join Date
    Dec 2011
    Posts
    47

    Re: “No cache” tag is not getting recognized by Chrome

    You can count me in as well, I am not able to get the below one working, is there anyone who can help me out:
    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
    <META HTTP-EQUIV="expires"CONTENT="-1">
    <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">

  5. #5
    Join Date
    Nov 2011
    Posts
    126

    Re: “No cache” tag is not getting recognized by Chrome

    I think that I can help you out here, I have just got this working:
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="-1">
    <meta http-equiv="cache-control" content="no-store">
    Just try out the same guys and then let me know if it is helping you as well.

  6. #6
    Join Date
    Feb 2012
    Posts
    79

    Re: “No cache” tag is not getting recognized by Chrome

    I think that you might be lucky with the same as I have tried it out and it does not seems to be working for me, just wanted to know if there is anyone else who have got the above one working??? Or can anyone help me out with the syntax I have posted above??

  7. #7
    Join Date
    Nov 2011
    Posts
    659

    Re: “No cache” tag is not getting recognized by Chrome

    I am not aware of the above ones but then I have got the below one to be working with asp.net:
    Response.Buffer = True
    Response.ExpiresAbsolute = Now()
    Response.Expires = -1
    Response.CacheControl = "no-cache"
    Page.Response.Cache.SetNoStore

Similar Threads

  1. How to get .flv file from Google chrome cache?
    By Thenral in forum Technology & Internet
    Replies: 5
    Last Post: 05-03-2012, 12:34 AM
  2. Replies: 6
    Last Post: 12-09-2011, 11:05 PM
  3. Medion MD5000 - HDD Recognized in BIOS - Not Recognized after POST
    By Marjorie in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 28-08-2010, 06:04 AM
  4. Cache settings (intensive cache usage)
    By Valliy in forum Technology & Internet
    Replies: 7
    Last Post: 02-07-2010, 07:13 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,697,293.15273 seconds with 17 queries