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 nothing. Do I need to do something via com.evermind.server.http.HttpSessionManager?
- re: HttpSessionBindingListener Colin Burroughs
- re: HttpSessionBindingListener Colin Burroughs
