[Seaside] Session termination

Nevin Pratt nevin at smalltalkpro.com
Sun Aug 3 22:29:43 CEST 2003



Derek Brans wrote:

>
>WASession>>isActive
> ^ Time totalSeconds - lastAccess < (self application preferenceAt:
>#sessionExpirySeconds)
>
>  
>

At about what version of Seaside did the above #isActive method become 
the above?  What I have in my image is:

WASession>>isActive
   ^ Time totalSeconds - lastAccess < 600

It wasn't that long ago I rebuilt everything based on what is on 
SqueakMap, so I suppose the version on SqueakMap probably has the 
hardcoded number 600 in it, too.

Nevin

-- 
Nevin Pratt
Bountiful Baby
http://www.bountifulbaby.com
(801) 992-3137





More information about the Seaside mailing list