RE: OFFTOPIC: Making a page expired

2000-11-28 Thread Duffey, Kevin
server page, instead of anything in cache? Thanks. -Original Message- From: Matt Krevs [mailto:[EMAIL PROTECTED]] Sent: Monday, November 27, 2000 8:36 PM To: Orion-Interest Subject: RE: OFFTOPIC: Making a page expired Jeroen - you are a star What this header basically does is re-

RE: OFFTOPIC: Making a page expired

2000-11-28 Thread Matt Krevs
nesday, 29 November 2000 6:02 AM To: Orion-Interest Subject: RE: OFFTOPIC: Making a page expired Question..does this solve the problem of the BACK button going to the server? I have this problem where if I "control" caching, thus wanting to force the browser to always go to the server, i

RE: OFFTOPIC: Making a page expired

2000-11-27 Thread J.T. Wenting
response.setHeader("CACHE-CONTROL", "max-age=0, must-revalidate"); will do the trick. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Krevs Sent:

RE: OFFTOPIC: Making a page expired

2000-11-27 Thread Kevin Duffey
enting Sent: Monday, November 27, 2000 1:11 AM To: Orion-Interest Subject: RE: OFFTOPIC: Making a page expired response.setHeader("CACHE-CONTROL", "max-age=0, must-revalidate"); will do the trick. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can

RE: OFFTOPIC: Making a page expired

2000-11-27 Thread Matt Krevs
uesday, 28 November 2000 1:15 AM To: Orion-Interest Subject: RE: OFFTOPIC: Making a page expired On the same topic..is there any way to FORCE the browser to always go to the server, even if the BACK button is clicked? We have the "no-cache" settings, but whenever a user hits the BACK bu

RE: OFFTOPIC: Making a page expired

2000-11-27 Thread Matt Krevs
: Making a page expired response.setHeader("CACHE-CONTROL", "max-age=0, must-revalidate"); will do the trick. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: OFFTOPIC: Making a page expired

2000-11-27 Thread Mikko Kurki-Suonio
On Tue, 28 Nov 2000, Matt Krevs wrote: Doesnt orion allow you to have custom error pages for each generic HTTP error condition? (eg 404, 501 etc) Does the "this page has expired" condition fall into this category? No, that "error" is entirely browser-generated. You might be able to override