views:

330

answers:

4

The back button just causes my page to refresh. Is there a way around this without disabling the cache?

A: 

Without more details it could be difficult to answer this question. Can you tell us what language(s) you are programming in? Maybe give an example of what it is you are doing?

osp70
A: 

java / jsp's and jetspeed2.

The page is a portal which contains a portlet which is basically made up of a jsp

combi001
A: 

Try adding this to your HTML header:

<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
Kon
ok will that effect the caching on the page im returning too?
combi001
A: 

jsut to add to this issue , the back button is working in firefox but not in IE6

combi001