Pablo Trujillo wrote:
> 
> I need to execute a procedure when a session closes. Is this possible? How
> it is made?

Make a class that is a HttpSessionBindingListener - attach an
object of this class to the session. When the session is destroyed
your object will get a call to the valueUnbound method.

-- 
WBB - [EMAIL PROTECTED]
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to