Results 1 to 5 of 5

Thread: firefox: cant stop caching

  1. #1
    Join Date
    Dec 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default firefox: cant stop caching

    look at all the stuff i turned off and firefox is still caching:
    http://img686.imageshack.us/img686/8...illcaching.png

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Yep. cause that what it does. You will need to turn off caching through the page. Using code depending on what type of page it is (mainly ASP or not).

    If it is for a log out or session dependent page for visitors, put up a disclaimer telling them the possible consequences of not logging out AND closing the browser, and hope they listen. If it is for your own personal browsing, then you are pretty much SOL. set your cache to clear when closing, and ensure it closes when you are all done.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Dec 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by BLiZZaRD View Post
    Yep. cause that what it does. You will need to turn off caching through the page. Using code depending on what type of page it is (mainly ASP or not).

    If it is for a log out or session dependent page for visitors, put up a disclaimer telling them the possible consequences of not logging out AND closing the browser, and hope they listen. If it is for your own personal browsing, then you are pretty much SOL. set your cache to clear when closing, and ensure it closes when you are all done.
    if i set the cache to clear when closing then i can test my pages and be sure that im not testing a previous version? what is the variable called in about:config?

  4. #4
    Join Date
    Dec 2009
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ty got it lol, ive been reuploading the entire site to deal with this until now lol-

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Cheers.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •