|
Re: Inaccurate active session count in JavaMonitor: msg#00083webobjects-deploy
I just confirmed and checked my code that session.terminate() has overriden as the following: /** * unlock ec when terminates. */ public void terminate() { lockManager().unlock(); _multiECLockManager = null; //RSP07042006 if (logOnUser != null) this.auditLogWithType("User " + logOnUser.vName() + " is logging out.", AuditHistory.OTHERS_TYPE); super.terminate(); } I will need to confirm if the application.activeSessionCount() printout against JavaMonitor and see if the count is tally upon session time out. My current timeout has set to -WOSessionTimeOut as 90. In fact, when I did a proper log out, the count is reduced in JavaMonitor. Thanks all and will try it out with code given. ----- Original Message ----- From: "Mark Ritchie" <mark.ritchie@xxxxxxx> To: "Chuck Hill" <chill@xxxxxxxxxxxxxxxxxx> Cc: "Cheong Hee (Gmail)" <chng34@xxxxxxxxx>; <webobjects-deploy@xxxxxxxxxxxxxxx> Sent: Thursday, July 16, 2009 4:56 PM Subject: Re: Inaccurate active session count in JavaMonitor On 15-Jul-09, at 9:21 AM, Chuck Hill wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@xxxxxxxxxxxxxxx) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/maillists%40codeha.us This email sent to maillists@xxxxxxxxx
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |