In one of my Jquery plugin application, I have one window which opens a JSP page displays rows from database.
In Internet Explorer, except when I run application after I start for first time, all the time this page doesn't display all the rows from database till I Clear Cache
in Fiddler plugin. After doing this, all rows are displayed properly and after some this problem happens again.
In this JSP page I have the following but it doesn't help.
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
There is a call to servlet, however doGet method is not called from JSP.
How can I resolve this issue? This problem happens only in Internet Explorer