hast-webben 0 Report post Posted February 7, 2005 Hi,Sometime that even an webmaster or webdesigner can forget or search after forgotten tags, like me here today where I'm looking after an No Cache Meta tag. I thought that I had seen it some time for many year ago, but now can't I find it again or get it to work. So to get this started is this hereby my first post into this forum.Hope that many may find this an useful forum and either help me with my above request.Cheers!Jens Share this post Link to post Share on other sites
NilsC 0 Report post Posted February 7, 2005 cache-control:<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> HTTP 1.1. Allowed values = PUBLIC | PRIVATE | NO-CACHE | NO-STORE.Public - may be cached in public shared cachesPrivate - may only be cached in private cacheno-Cache - may not be cachedno-Store - may be cached but not archivedThe directive CACHE-CONTROL:NO-CACHE indicates cached information should not be used and instead requests should be forwarded to the origin server. This directive has the same semantics as the PRAGMA:NO-CACHE.Clients SHOULD include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE when a no-cache request is sent to a server not known to be HTTP/1.1 compliant.Also see EXPIRES.Note: It may be better to specify cache commands in HTTP than in META statements, where they can influence more than the browser, but proxies and other intermediaries that may cache information. Copy paste from here Share this post Link to post Share on other sites
hast-webben 0 Report post Posted February 15, 2005 cache-control: <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> Copy paste from here <{POST_SNAPBACK}> Hi again, Thanks a much for your advice, it seems like that I've found my mentor..:-) I knew that I had seen surch of meta tag, but as I did said had I searched several dokumentations to find that tag, and the reason was that it seems like that caching of sites can makes trouble when you're using Firefox and working with tpl and css files, as even that I've uploaded new versions often taking the cached. Strange!!! Thanks again Cheers! Jens Share this post Link to post Share on other sites