Re: Inaccurate active session count in JavaMonitor

2009-07-15 Thread Johann Werner
To log the termination of a session you could put this into your Session class: @Override public void terminate() { NSLog.out.appendln("session terminated"); super.terminate(); } jw Am 16.07.2009 um 06:11 schrieb Cheong Hee (Gmail): If active session count is meaningful tha

Re: Inaccurate active session count in JavaMonitor

2009-07-15 Thread Cheong Hee (Gmail)
If active session count is meaningful than the one in JavaMonitor, I will do a log after each session log out. Is there any way to get the session logs something at the point of session time out occurs? Will look into thread dump too and see if deadlocks. Thanks. - Original Message -

Re: Inaccurate active session count in JavaMonitor

2009-07-15 Thread Chuck Hill
On Jul 15, 2009, at 2:14 AM, Cheong Hee (Gmail) wrote: I believe most have observed the active session count in JavaMonitor is not accurate when the session is ended due to time out. The count reduced if the session terminate e.g. user log out. I have not tried it out but it is quite obv

Inaccurate active session count in JavaMonitor

2009-07-15 Thread Cheong Hee (Gmail)
I believe most have observed the active session count in JavaMonitor is not accurate when the session is ended due to time out. The count reduced if the session terminate e.g. user log out. I have not tried it out but it is quite obvious this count may be taken from Application.activeSessionCo