<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.14">
<TITLE>Re: [Seaside] Stupid question about session expiration handling..</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Same here, we didn't do anything like this, normal expiry seems to work just fine and our db sessions are pooled so there's little pressure to rid of sessions as soon as they expire. And if there's a lot of activity, the current mechanism will kick in anyway, cleaning up when no one is on will make little difference as I see it at the moment.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: The Squeak Enterprise Aubergines Server - general discussion. &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Fri Feb 09 22:07:51 2007<BR>
Subject: Re: [Seaside] Stupid question about session expiration handling..<BR>
<BR>
&gt; It's like garbage collection, just because a session expires in 60, doesn't<BR>
&gt; mean it'll be done, it just means it becomes invalid after that.&nbsp; Sessions<BR>
&gt; are clean, by incoming requests, every 10th one I think.&nbsp; Most of us who run<BR>
&gt; real sites run a background process to continually expire old sessions so<BR>
&gt; that we don't pause an incoming request to do it.<BR>
<BR>
Just as a side remark: Even tough this sounds interesting, I don't<BR>
know of any productive application that does this.<BR>
<BR>
Cheers,<BR>
Lukas<BR>
<BR>
--<BR>
Lukas Renggli<BR>
<A HREF="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch</A><BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>