Hi david,
Thanks you so much for your answer and I tested it
response.setHeader("Cache-Control","no-
res.setHeader("Cache-Control","no-cache");//HTTP 1.1
res.setHeader("Pragma","no-cache"); //HTTP 1.0
res.setDateHeader ("Expires", 0); //prevents caching at the proxy server
and even I have this in my HTML code:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma-directive" CONTENT="no-cache">
<META HTTP-EQUIV="cache-directive" CONTENT="no-cache">
<META http-equiv="Expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
but it still taking the data from cache. Do you have any clue, what might be wrong here. I will appreciate your help.
Thank you Dave
Elahe
