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

Jens Axel Søgaard jensaxel at soegaard.net
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




More information about the plt-scheme mailing list