Re: Sessions
Re: Sessions
- Subject: Re: Sessions
- From: Robert Walker <email@hidden>
- Date: Tue, 25 Apr 2006 12:12:44 -0400
Kieran,
When you consider the fact that WebObjects is designed to be deployed
with multiple instances, on multiple application servers, there is no
way for an individual instance to know what's happening in other
instances (that is without some sort of distributed notification
system).
On Apr 25, 2006, at 11:22 AM, Kieran Kelleher wrote:
I would like to get an array of sessions to list currently logged
in users. I don't see any obvious API (for example in
WOSessionStore, WOApplication, etc.) for grabbing an array of
references to sessions and I guess this is by design to prevent
concurrency problems? I know I could use the database to capture
log-in time, last request time and log-out (if they did) I guess.
Just looking for a good strategy to get current session/user stats.
Any one do this sort of thing before?
-Kieran
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
--
Robert Walker
email@hidden
_______________________________________________
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
References: | |
| >Sessions (From: Kieran Kelleher <email@hidden>) |