----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

My servlet session needs to detect when it has been expired by Apache
JServ so that it can free up the resources that it is using.  I
presume that HttpSession.invalidate() will be called, and that at some
time in the future my session objects will be garbage-collected.  So
if the objects implement finalize(), they should be able to deal
properly when GC takes place...  But is there a way of dealing
immediately when invalidate() is called?

Solomon
--
 Solomon <|>   [EMAIL PROTECTED]
 Douglas /|\   http://web.mit.edu/srcd/www/


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to