I am looking for an effective way to prevent ALL or MOST browsers from caching my webpages. Its important that the browser pulls the pages from the server EVERYTIME they are visited no matter what the users' browser settings are. I've used the following Meta Tags in the head on my pages but IE6 is still caching them, can anyone help?
My HTML code:
<head>
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
</head>
Thanks,
Jeff
My HTML code:
<head>
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
</head>
Thanks,
Jeff