[Seaside] session cleanup

Avi Bryant avi at beta4.com
Mon May 24 21:04:10 CEST 2004


On May 24, 2004, at 11:51 AM, Marco Paga wrote:

> isActive
> 	| returnValue |
> 	returnValue _ super isActive.
> 	returnValue
> 		ifFalse: [self domainModel closeSession].
> 	^ returnValue

Yes, that should work fine.

I notice that in 2.5, WARegistry>>unregisterExpiredHandlers has this 
comment at the end:

"Send #unregistered to each in expired"

But #unregistered is in fact never sent and never implemented.  Julian, 
is there a reason for this or was it just an oversight when I merged 
your branch in?

Avi



More information about the Seaside mailing list