Logged in user list

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Logged in user list

Bruno Busco
Hi,
does anybody know how I can get the list of actualli logged-in users?

Thank you,
-Bruno
Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

David E. Jones-2

In the party manager there is a UI for this based on the Visit and related entities.

-David


On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:

> Hi,
> does anybody know how I can get the list of actualli logged-in users?
>
> Thank you,
> -Bruno

Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

Bruno Busco
Thank you David,
I only found this https://localhost:8443/partymgr/control/showvisits
from which it is not immediate to have a list of logged in users.
I would like to build a portlet that shows a list with all userLogins
actually logged in and I was checking if such a screen was already
somewhere.

-Bruno

2010/1/12 David E Jones <[hidden email]>:

>
> In the party manager there is a UI for this based on the Visit and related entities.
>
> -David
>
>
> On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:
>
>> Hi,
>> does anybody know how I can get the list of actualli logged-in users?
>>
>> Thank you,
>> -Bruno
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

Bruno Busco
Can the "hasLoggedOut" field be used to filter the userLogin actually logged in?

2010/1/12 Bruno Busco <[hidden email]>:

> Thank you David,
> I only found this https://localhost:8443/partymgr/control/showvisits
> from which it is not immediate to have a list of logged in users.
> I would like to build a portlet that shows a list with all userLogins
> actually logged in and I was checking if such a screen was already
> somewhere.
>
> -Bruno
>
> 2010/1/12 David E Jones <[hidden email]>:
>>
>> In the party manager there is a UI for this based on the Visit and related entities.
>>
>> -David
>>
>>
>> On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:
>>
>>> Hi,
>>> does anybody know how I can get the list of actualli logged-in users?
>>>
>>> Thank you,
>>> -Bruno
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

David E. Jones-2

No, not necessarily. It is just a flag that tells other active sessions to log out. It tells you they are not logged in, but it can't tell you if they are necessarily logged in.

Again, you best source of info is the Visit entity. By default all new sessions have a Visit created for them, and the visits are expired when a user logs out or their session times out.

-David


On Jan 11, 2010, at 6:06 PM, Bruno Busco wrote:

> Can the "hasLoggedOut" field be used to filter the userLogin actually logged in?
>
> 2010/1/12 Bruno Busco <[hidden email]>:
>> Thank you David,
>> I only found this https://localhost:8443/partymgr/control/showvisits
>> from which it is not immediate to have a list of logged in users.
>> I would like to build a portlet that shows a list with all userLogins
>> actually logged in and I was checking if such a screen was already
>> somewhere.
>>
>> -Bruno
>>
>> 2010/1/12 David E Jones <[hidden email]>:
>>>
>>> In the party manager there is a UI for this based on the Visit and related entities.
>>>
>>> -David
>>>
>>>
>>> On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:
>>>
>>>> Hi,
>>>> does anybody know how I can get the list of actualli logged-in users?
>>>>
>>>> Thank you,
>>>> -Bruno
>>>
>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

Bruno Busco
OK, so filtering for not expired records on visit entity uniquely
should give the list of online uerLogins.

Thank you

2010/1/12 David E Jones <[hidden email]>:

>
> No, not necessarily. It is just a flag that tells other active sessions to log out. It tells you they are not logged in, but it can't tell you if they are necessarily logged in.
>
> Again, you best source of info is the Visit entity. By default all new sessions have a Visit created for them, and the visits are expired when a user logs out or their session times out.
>
> -David
>
>
> On Jan 11, 2010, at 6:06 PM, Bruno Busco wrote:
>
>> Can the "hasLoggedOut" field be used to filter the userLogin actually logged in?
>>
>> 2010/1/12 Bruno Busco <[hidden email]>:
>>> Thank you David,
>>> I only found this https://localhost:8443/partymgr/control/showvisits
>>> from which it is not immediate to have a list of logged in users.
>>> I would like to build a portlet that shows a list with all userLogins
>>> actually logged in and I was checking if such a screen was already
>>> somewhere.
>>>
>>> -Bruno
>>>
>>> 2010/1/12 David E Jones <[hidden email]>:
>>>>
>>>> In the party manager there is a UI for this based on the Visit and related entities.
>>>>
>>>> -David
>>>>
>>>>
>>>> On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:
>>>>
>>>>> Hi,
>>>>> does anybody know how I can get the list of actualli logged-in users?
>>>>>
>>>>> Thank you,
>>>>> -Bruno
>>>>
>>>>
>>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Logged in user list

Bruno Busco
I did some tests bus when I logout flexadmin a visit with an empty
loginId is created instead of expiring the visit with
userLogin="flexadmin".
So when logout I get two users online "flexadmin" and "".

Shouldn't it be different?

-Bruno

2010/1/12 Bruno Busco <[hidden email]>:

> OK, so filtering for not expired records on visit entity uniquely
> should give the list of online uerLogins.
>
> Thank you
>
> 2010/1/12 David E Jones <[hidden email]>:
>>
>> No, not necessarily. It is just a flag that tells other active sessions to log out. It tells you they are not logged in, but it can't tell you if they are necessarily logged in.
>>
>> Again, you best source of info is the Visit entity. By default all new sessions have a Visit created for them, and the visits are expired when a user logs out or their session times out.
>>
>> -David
>>
>>
>> On Jan 11, 2010, at 6:06 PM, Bruno Busco wrote:
>>
>>> Can the "hasLoggedOut" field be used to filter the userLogin actually logged in?
>>>
>>> 2010/1/12 Bruno Busco <[hidden email]>:
>>>> Thank you David,
>>>> I only found this https://localhost:8443/partymgr/control/showvisits
>>>> from which it is not immediate to have a list of logged in users.
>>>> I would like to build a portlet that shows a list with all userLogins
>>>> actually logged in and I was checking if such a screen was already
>>>> somewhere.
>>>>
>>>> -Bruno
>>>>
>>>> 2010/1/12 David E Jones <[hidden email]>:
>>>>>
>>>>> In the party manager there is a UI for this based on the Visit and related entities.
>>>>>
>>>>> -David
>>>>>
>>>>>
>>>>> On Jan 11, 2010, at 5:19 PM, Bruno Busco wrote:
>>>>>
>>>>>> Hi,
>>>>>> does anybody know how I can get the list of actualli logged-in users?
>>>>>>
>>>>>> Thank you,
>>>>>> -Bruno
>>>>>
>>>>>
>>>>
>>
>>
>