Re: valueUnbound() event in HttpSessionBindingListener

2000-12-08 Thread Craig R. McClanahan
"G.Nagarajan" wrote: How is it actually done internally? i.e., is there a thread similar to the garbage collector which checks the current sessions or is the session invalidated only when a request comes from the client. The second option will mean that the objects in the session will be

valueUnbound() event in HttpSessionBindingListener

2000-12-08 Thread G.Nagarajan
Hi everyone, This is regarding tracking of login and logout actions of users. I am recording the session creation time and end time using the HttpSessionBindingListener class. The two methods valueBound() and valueUnbound() are invoked. But the getAtrribute() method in the session object