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
2008-10-16 13:34:34
A:
java / jsp's and jetspeed2.
The page is a portal which contains a portlet which is basically made up of a jsp
combi001
2008-10-16 13:37:07
A:
Try adding this to your HTML header:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
Kon
2008-10-16 13:37:48
ok will that effect the caching on the page im returning too?
combi001
2008-10-16 13:39:53
A:
jsut to add to this issue , the back button is working in firefox but not in IE6
combi001
2008-10-16 13:50:37