Expand my Community achievements bar.

all currently logged in users

Avatar

Level 1
does anybody have an idea, how i can get all of users that are currently logged into the/their workspace? My guess is the use a db-query from the "JdbcService", but to which table?

thanks a lot for any help!
3 Replies

Avatar

Level 9
I don't believe that currently logged in users are persisted to the databsae, but I could be incorrect...

howard

http://www.avoka.com

Avatar

Former Community Member
Lenny



As Howard stated, I do not believe the actual user information for who is logged into Workspace is stored in the database. However, you CAN get the number of users that are currently logged in with a simple query as follows:



SELECT count(*)

FROM edcsessionstoreentity



Josh Boyle

jboyle@cardinalsolutions.com

Cardinal Solutions Group

Avatar

Level 1
Thanks a lot for your replies. We've changed the requirement to get all the users not "Out of office". That's easy to get out of the database.