Re: [racket-users] web cells expiring unexpectedly quickly

2019-01-11 Thread Jesse Alama
On 12 Jan 2019, at 5:35, Philip McGrath wrote: On Thu, Jan 10, 2019 at 1:09 AM Jesse Alama 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 t

Re: [racket-users] web cells expiring unexpectedly quickly

2019-01-11 Thread Philip McGrath
On Thu, Jan 10, 2019 at 1:09 AM Jesse Alama 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. -Philip -- Y

[racket-users] web cells expiring unexpectedly quickly

2019-01-09 Thread Jesse Alama
Playing around with stateless servlets, I find my web cells expiring unexpectedly quickly. Before going into code, here's what I'm working on at the moment: * A new user goes to a registration page and completes the form there * The inputs are checked. If they're valid, we register the user. (T