re: HttpSessionBindingListener

2000-01-03 Thread Colin Burroughs
Hi, Further to my earlier post... I was being a klutz and not performing a 'put' operation on my session bean with the server session. So HttpSessionBindingListener is working. Doh! CB

HttpSessionBindingListener

2000-01-02 Thread Colin Burroughs
Hi, I'm having no joy in getting a session bean to notify itself that it is being bound to a session. Implementing javax.servlet.http.HttpSessionBindingListener in my bean and using valueBound(HttpSessionBindingEvent event) and valueUnbound(HttpSessionBindingEvent event) does absolutely nothi