HttpSessionBindingListener could be used to realize when a Session is
invalidated. I create an object that implements HttpSessionBindingListener,
and adds it to the session. In the valueUnbound() method I make the cleanup
process.

    But when the method valueUnbound() is called, some or all of the
attributes of the session are lost because they were unbounded from the
session. the problem I have is that I need those attributes to make the
cleanup process. Do you know any workarround, ar any other method to realize
when a session was invalidated?.

    Thanks


----------
Oscar Guindzberg
[EMAIL PROTECTED]

JAVA Development Team
Soluciones Integrales S.A.
Av. Roca 590 7° Piso � Buenos Aires
Tel. (54) 11 - 4345 - 0537 (int 132)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to