[plt-scheme] Problem with Post-Redirect-Get in FireFox

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Wed Aug 8 18:57:05 EDT 2007

After adding the following headers, FireFox behaves normal again.

   (make-header #"Pragma" #"No-cache")
   (make-header #"Cache-Control" #"no-cache")
   (make-header #"Expires" #"1")

But I still don't understand why these are necessary.

-- 
Jens Axel Søgaard




Posted on the users mailing list.