Hi, Can anyone tell me how I prevent caching in Internet Exploere 6.0. I have tried using meta tag in my jsp but it doesn't work. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META Http-Equiv="Pragma" Content="no-cache"> <META Http-Equiv="Expires" Content="-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
I found out that this deosn't works with IE 5 and above.
Pat Flickner
Ranch Hand
Joined: Nov 17, 2003
Posts: 173
posted
0
Can anyone tell me how I prevent caching in Internet Exploere 6.0. I have tried using meta tag in my jsp but it doesn't work. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META Http-Equiv="Pragma" Content="no-cache"> <META Http-Equiv="Expires" Content="-1"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">