Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Default disable browser cache

    Hello,
    I created a web page using Xtreme pro which has an image, I'd need to change that picture on the fly and every time the browser is updated the image should change, the problem I'm addressing is that the picture shown is the old one cause it is in borwser cache.
    Is there anyway of disable browser images cache from my xara web page?.
    Maybe you can let me know some html sentences to achieve this.
    Best regards
    Javier

  2. #2
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,827

    Default Re: disable browser cache

    The only way I can think of is to modify the htaccess file through your hosting companies control panel, if you do a search through their forums you will find the code you need to change, basically you set the cache time to 1 second as described here http://support.tigertech.net/prevent-caching I don't think there is a html script which works universally.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  3. #3
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,823

    Default Re: disable browser cache

    Search Google for no-cache.

    You should find explanations for the use of HTML META tags:
    1. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    2. <meta http-equiv="cache-control" content="no-cache">

    You place such in the Utilities ? Web properties... > Page > HTML code (head) part.

    Acorn

  4. #4
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Default Re: disable browser cache

    Acorn,
    Thank you very much I really appreciate your help.
    Best regards
    Javier

  5. #5
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Default Re: disable browser cache

    Skech,
    Thank you very much for your explanation, I really appreciate it.
    Javier

 

 

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
  •