> -----Original Message----- > From: Stijn de Witt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 11, 2004 7:43 PM > To: Jetspeed Users List > Subject: Can 'Warning: page expired' be prevented? > > > I have been noticing that jetspeed + MSIE's Back button tends > to giva a page expired warning...Is there a way to circumvent this?
I had problems with that too, but alas found no solution. You can allow caching by setting http.lifetime to -1, but then Jetspeed won't work properly, because e.g. by clicking a link to change to a different pane, IE will call the cache and Jetspeed won't get the request and the current pane will remain the same which results in weird behaviour. Unfortunately, I found no way to configure IE in a way so it will automatically dispatch the request again without asking first. I heard some people use history.replace() for all links or disable the back button using Javascript, but that's quite nasty IMHO :-) -- Holger Dewes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
