[plt-scheme] Browser caching servlet generated pages

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Nov 3 14:02:25 EST 2003

On Nov  3, Jacob Matthews wrote:
> [...]
> My solution to this problem was to have a "send/no-cache" function
> that disabled caching and calling that function on the first page,
> but it'd be nice if disabling caching for the first page a servlet
> sends were the web server's default behavior.

Well, I didn't have such problems since I don't have a send/suspend
(or other automatic generation of temporary urls), but I did add it as
a function that you can call from selective places.  I guess that in
the case of continuation URLs it doesn't make sense not to do this...

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.