razor
December 18th, 2000, 17:19
whats the meta tag for html files that wont let the browser put them in the cache?
Chicken
December 18th, 2000, 21:15
This for expiration:
<META http-equiv="expires" content="Sat, 1 Jan 2000 00:00:00 GMT">
Another way:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
Note that some versions of IE cache data anyway (ignoring these tags). I think the expiration method is better, but you can use these in combination.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.