RE: Session Unbound

2004-05-24 Thread Shapira, Yoav
4, 2004 4:35 PM >To: [EMAIL PROTECTED] >Subject: Session Unbound > > I have 2 problems > >1) I am keeping connection into session . My requirement is that i have to >release this connection once Session is inactivated/expired .I have given >an >implementation where the

Session Unbound

2004-05-24 Thread Ravindra Gupta
I have 2 problems 1) I am keeping connection into session . My requirement is that i have to release this connection once Session is inactivated/expired .I have given an implementation where the unbound method of class implementing HttpSessionBindingListener is getting called , but it is cal