Re: HttpSessionBindingListener details

2015-02-05 Thread Igor Urisman
Right, makes sense. Thank you. On Thu, Feb 5, 2015 at 10:21 AM, Konstantin Kolinko wrote: > 2015-02-05 21:07 GMT+03:00 Igor Urisman : > > Hello, folks. > > > > I can't seem to find a good solution for the following problem. I have > an > > object that is added to the HTTP session via the setAtt

Re: HttpSessionBindingListener details

2015-02-05 Thread Konstantin Kolinko
2015-02-05 21:07 GMT+03:00 Igor Urisman : > Hello, folks. > > I can't seem to find a good solution for the following problem. I have an > object that is added to the HTTP session via the setAttribute() method. The > object implements the HttpSessionBindingListener interface and its > valueUnbound(

HttpSessionBindingListener details

2015-02-05 Thread Igor Urisman
Hello, folks. I can't seem to find a good solution for the following problem. I have an object that is added to the HTTP session via the setAttribute() method. The object implements the HttpSessionBindingListener interface and its valueUnbound() method is dutifully called by the contained at the