Re: Notification how to

2006-07-29 Thread Ray Ackland
I suspect that the server won't know anything about the user's actions as no request will be sent to it. I'd expect that the terminate method would get called when the session times out (but things would be out of date until this happens). Another option would be to put some javascript in t

Re: Notification how to

2006-07-28 Thread Paul Lynch
On 29 Jul 2006, at 07:30, .::welemski::. wrote: Does the terminate() method gets called when a user closes or quits the window? Yes, session.terminate() is called in any of two circumstances: - when it is called explicitly by your code as part of a logout routine; - when the session tim

Re: Notification how to

2006-07-28 Thread .::welemski::.
Hi, Does the terminate() method gets called when a user closes or quits the window? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscrip

Re: Notification how to

2006-07-28 Thread Art Isbell
On Jul 28, 2006, at 7:42 AM, .::welemski::. wrote: Is there a way for the system to idenfity if the user's session is no longer active so it can remove itself from the application variable? Override WOSession's terminate() method. Remove the user from the array of logged in users in this

Re: Notification how to

2006-07-28 Thread .::welemski::.
Sorry for my previous reply I forgot to paste the texts. I have an application variable of type NSMutable array, this is were the system stores the user name that are currently logged in. Everytime a user tries to logged in and succeed the username will be added to the application variable so the

Re: Notification how to

2006-07-28 Thread .::welemski::.
On 7/28/06, Amedeo Mantica <[EMAIL PROTECTED]> wrote: please explain better... do you want to create a log ? On 28/lug/06, at 16:31, .::welemski::. wrote: > Hi lists, > > I would like to try to lists all logged users so they will know who's > logged in and who's logged out. > > > -- >  -- --

Re: Notification how to

2006-07-28 Thread Amedeo Mantica
please explain better... do you want to create a log ? On 28/lug/06, at 16:31, .::welemski::. wrote: Hi lists, I would like to try to lists all logged users so they will know who's logged in and who's logged out. --  -- -- -- -- -- -- -- -- -- -- -- welemski  -- -- -- -- -- -- --

Notification how to

2006-07-28 Thread .::welemski::.
Hi lists, I would like to try to lists all logged users so they will know who's logged in and who's logged out. --  -- -- -- -- -- -- -- -- -- -- -- welemski  -- -- -- -- -- -- -- -- -- -- -- ___ Do not post admin requests to the list. The