Re: Get all the sessionsID
Re: Get all the sessionsID
- Subject: Re: Get all the sessionsID
- From: Francis Labrie <email@hidden>
- Date: Wed, 28 Feb 2007 12:35:22 -0500
Hi,
WIESEN Bruno wrote:
I just wonder if it is possible to get all sessionsID of an
application in order to display
the remaining time before the sessions times out??
If not in servlet deployment mode:
NSArray sessionIDs = ((WOServerSessionStore)WOApplication.application
().sessionStore())._sessions.allKeys();
You can also get sessions:
NSArray sessions = ((WOServerSessionStore)WOApplication.application
().sessionStore())._sessions.allValues();
--
Francis Labrie, System Architect, OS communications informatiques -
Your communication engine
email@hidden | Phone: (450) 676-1238 ext. 27 | Fax: (450) 676-5276
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden