[Seaside] Session termination

Nevin Pratt nevin at smalltalkpro.com
Wed Aug 6 18:53:12 CEST 2003



Nevin Pratt wrote:

>
>
> 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
>

I rebuilt my image last night, using Seaside from SqueakMap, and the 600 
is no longer hard coded.  Not sure when the SqueakMap version got 
updated, but it couldn't have been long ago.  In any case, it now uses 
the application preferences for session expiry.

Nevin

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





More information about the Seaside mailing list