I'd like to clean up a few things when sessions expire. It seems I
should be implementing #unregistered on my subclass of WASession, but when is that actually going to be called? Thanks! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Boris,
This may help. http://lists.squeakfoundation.org/pipermail/seaside/2004-July/003293.htm l Cheers, Michel. > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf > Of Boris Popov > Sent: Wednesday, October 11, 2006 6:49 PM > To: The Squeak Enterprise Aubergines Server - general discussion. > Subject: [Seaside] Session expiry cleanup > > I'd like to clean up a few things when sessions expire. It > seems I should be implementing #unregistered on my subclass > of WASession, but when is that actually going to be called? > > Thanks! > > -Boris > > -- > +1.604.689.0322 > DeepCove Labs Ltd. > 4th floor 595 Howe Street > Vancouver, Canada V6C 2T5 > > [hidden email] > > CONFIDENTIALITY NOTICE > > This email is intended only for the persons named in the > message header. Unless otherwise indicated, it contains > information that is private and confidential. If you have > received it in error, please notify the sender and delete the > entire message including any attachments. > > Thank you. > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks, Michel. I'd poked around a bit and noticed the '10 atRandom = 1'
condition in the new request handler, so it looks like old sessions will be cleaned up as more activity is being poured on. Thanks! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Bany, Michel Sent: Wednesday, October 11, 2006 10:02 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: RE: [Seaside] Session expiry cleanup Hi Boris, This may help. http://lists.squeakfoundation.org/pipermail/seaside/2004-July/003293.htm l Cheers, Michel. > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf > Of Boris Popov > Sent: Wednesday, October 11, 2006 6:49 PM > To: The Squeak Enterprise Aubergines Server - general discussion. > Subject: [Seaside] Session expiry cleanup > > I'd like to clean up a few things when sessions expire. It > seems I should be implementing #unregistered on my subclass > of WASession, but when is that actually going to be called? > > Thanks! > > -Boris > > -- > +1.604.689.0322 > DeepCove Labs Ltd. > 4th floor 595 Howe Street > Vancouver, Canada V6C 2T5 > > [hidden email] > > CONFIDENTIALITY NOTICE > > This email is intended only for the persons named in the > message header. Unless otherwise indicated, it contains > information that is private and confidential. If you have > received it in error, please notify the sender and delete the > entire message including any attachments. > > Thank you. > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |