On Mon, May 20, 2002 at 11:32:51AM -0400, Greg Ward wrote: > IOW, we never put empty sessions in the sessions dict in the first > place. So the first half of maintain_sessions() is pointless. That makes sense. You should be able to decide at the end of the request if a session is worth keeping. Neil