Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
That makes a lot of sense - thank you. - dave - Original Message - From: "Hans Bergsten" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 5:54 PM Subject: Re: HttpSessionBindingListener.valueUnbound() no

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread Hans Bergsten
t should in 4.1.24. Hans - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: ""Hans Bergsten"" <[EMAIL PROTECTED]> Cc: "Tomcat - dev" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 1:04 PM Subject: Re: HttpSessionBindin

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
ROTECTED]> To: ""Hans Bergsten"" <[EMAIL PROTECTED]> Cc: "Tomcat - dev" <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 1:04 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called Nope - with 4.1.24 I still get called for valueBound() but n

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-30 Thread David Thielen
List" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 2:19 PM Subject: Re: HttpSessionBindingListener.valueUnbound() not called > David Thielen wrote: > > Hi; > > > > I have an object that implements HttpSessionBindingListener. It calls > > valueBound fine.

Re: HttpSessionBindingListener.valueUnbound() not called

2003-03-29 Thread Hans Bergsten
David Thielen wrote: Hi; I have an object that implements HttpSessionBindingListener. It calls valueBound fine. But it never calls valueUnbound. Not when it times out and not when Tomcat is closed. I am running 4.1.18. Any ideas? It works fine in TC 4.1.24, so you may want to upgrade. Hans -- Han