Re: Who's logged in?
Re: Who's logged in?
- Subject: Re: Who's logged in?
- From: Greg Hulands <email@hidden>
- Date: Wed, 16 Jun 2004 08:56:47 +1000
Wouldn't it be better to keep the array of logged in users in the
application and not the session? Having it in the session only would
hold the current user wouldn't it? By having all the users logged in in
the application subclass you would be able to access it from any
session (eg admin). Have I missed something here?
On 16/06/2004, at 2:33 AM, James Cicenia wrote:
OK -
I understand.. just that in some of my other application servers that
I have
used they had a monitor type application where you could drill down on
the
session and access all the session information which of course would
already
have the user, etc.
Time to roll my own again.
-James
On Jun 15, 2004, at 11:03 AM, Jonathan 'Wolf' Rentzsch wrote:
James Cicenia, email@hidden, wrote:
Is there a way to find out who is logged in an application?
Uh, usually you rolled the login logic+state, so it's up to you if you
want to be able to access it. The common pattern is to store a "User"
or
"Login" EO off your Session.
Or, do you have a particular app in mind?
| Jonathan 'Wolf' Rentzsch http://rentzsch.com
| Red Shed Software http://redshed.net
| "better" necessarily means "different"
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.