Logged in user list

2010-01-11 Thread Bruno Busco
Hi, does anybody know how I can get the list of actualli logged-in users? Thank you, -Bruno

Re: Logged in user list

2010-01-11 Thread David E Jones
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

Re: Logged in user list

2010-01-11 Thread 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

Re: Logged in user list

2010-01-11 Thread Bruno Busco
Can the hasLoggedOut field be used to filter the userLogin actually logged in? 2010/1/12 Bruno Busco bruno.bu...@gmail.com: 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

Re: Logged in user list

2010-01-11 Thread David E Jones
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

Re: Logged in user list

2010-01-11 Thread 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 d...@me.com: 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