[Seaside] Stupid question about session expiration handling..

Nevin Pratt nevin at bountifulbaby.com
Sat Feb 10 15:39:05 UTC 2007


Lukas Renggli wrote:
>> It's like garbage collection, just because a session expires in 60, 
>> doesn't
>> mean it'll be done, it just means it becomes invalid after that.  
>> Sessions
>> are clean, by incoming requests, every 10th one I think.  Most of us 
>> who run
>> real sites run a background process to continually expire old 
>> sessions so
>> that we don't pause an incoming request to do it.
>
> Just as a side remark: Even tough this sounds interesting, I don't
> know of any productive application that does this.
>
> Cheers,
> Lukas
>
Same here.  Neither of our production sites do this.

Nevin



More information about the Seaside mailing list