Re: Get all the sessionsID
Re: Get all the sessionsID
- Subject: Re: Get all the sessionsID
- From: Chuck Hill <email@hidden>
- Date: Wed, 28 Feb 2007 09:39:57 -0800
On Feb 28, 2007, at 9:35 AM, Francis Labrie wrote:
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();
But in order to determine the session's time to live you need to get
at private data. It can be done, but I've never found it worth it.
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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