Cacheing Web Pages

Discussion in 'HTML & Website Design' started by videoworld.in, Dec 31, 2009.

  1. #1
    Cacheing Web Pages



    When visiting a web site, browsers cache or make a copy of the web site for faster viewing on subsequent visits. This prevents your regular visitors from seeing your new content unless they manually reload their browser.


    To prevent this problem, add the following code between the <HEAD> and </HEAD> tags of your HTML.


    <META http-equiv="Pragma" content="no-cache">
     
    videoworld.in, Dec 31, 2009 IP