jason7655
12-31-2002, 05:30 PM
Is there a way to set a password protected page to not cache in a user's browser without making changes to the server settings.
I've tried all the meta tags that I can find, such as:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
And I've also found the following documents pertaining to it:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;234067
http://support.microsoft.com/default.aspx?scid=KB;en-us;q222064
We are running an old version of Iplanet as a webserver and I don't want to make any changes on that.
I want the page that is password-protected to expire immediately from the user's cache. No code that I've found yet will make that happen.
Any help would be appreciated.
Jason
I've tried all the meta tags that I can find, such as:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
And I've also found the following documents pertaining to it:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;234067
http://support.microsoft.com/default.aspx?scid=KB;en-us;q222064
We are running an old version of Iplanet as a webserver and I don't want to make any changes on that.
I want the page that is password-protected to expire immediately from the user's cache. No code that I've found yet will make that happen.
Any help would be appreciated.
Jason