[Seaside] Re: Problems with expire in Seaside

Avi Bryant avi at beta4.com
Sat Aug 28 00:30:23 CEST 2004


On Aug 27, 2004, at 10:37 PM, Adrian Lienhard wrote:

> I noticed that too - and mailed to Avi some time ago but my mails seem 
> to be blocked by Avi's spam filter most of the time.. ;-).

Yes, for some reason it hates you in particular...

>  I did the following:
>
> WASession>>timeoutSeconds
> 	^(self application preferenceAt: #sessionExpirySeconds)
> 		ifNil: [super timeoutSeconds]

Yes, thanks, somehow that disappeared.  I'll reintroduce it.

> BTW: Speeking about timeouts, I noticed today that WAProcessMonitor 
> defines an instance variable and accessors named timeout which are not 
> used anymore.

Nice catch, I'll clean that up.

Avi



More information about the Seaside mailing list