firefox « Cache « JSP-Servlet Q&A





1. how can i prevent firefox caching    stackoverflow.com

i tried a lot of possible solutions but i can't solve the problem:

<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache-control" content="no-store">
<meta http-equiv="Cache-control" content="must-revalidate">
<meta http-equiv="pragma" content="no-cache"> 
<meta name="expires" content="0">
these are not working. Can anybody help? I ...

2. Cache Problem in Browser -Firefox    coderanch.com

Hi BACKGROUND : --------------------------------------------------------------------------- I have a jsp page and in it there is a blank form as follows

the rest of the page is out side the form ,We are using dojo there . Now for the outside of myForm there is a button . on click of the button I am providing the following code myOnclickFunction(){ var ...