PDA

View Full Version : meta tag to keep browser from caching


Dawgy
04-11-2001, 07:29 PM
anyone know the meta tag that keeps a browser from caching a page?

eRock
04-12-2001, 12:26 AM
I would like to know this too. I've been lookin' for the same thing...

kanga
04-12-2001, 03:16 AM
<META HTTP-EQUIV="Pragma" content="no-cache">
<META HTTP-EQUIV="Cache-Control" content="no-cache">

better would be if you could make your server send those in the http headers