On 12 Jan 2019, at 5:35, Philip McGrath wrote:

On Thu, Jan 10, 2019 at 1:09 AM Jesse Alama <je...@lisp.sh> wrote:

Playing around with stateless servlets, I find my web cells expiring
unexpectedly quickly.


I'm guessing you meant *stateful* servlets? Stateless web cells shouldn't
expire.

I will need to think about the rest more closely.

I did mean stateless servlets, but your response got me thinking: am I using inadvertently using the stateful variant of them even though I *think* I'm using the stateless one?

I was. Oops.

Replacing

  web-server/servlet/web-cells

with

  web-server/lang/web-cells

in my requires solves my problem. Now web cells work as I expect. Thanks!



--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to