Ifd:getLoggedInUserList
From dev.ifd-library.org
IfdUser[] getLoggedInUserList(String session_id)
throws IfdServerException
Method to retrieve a list of users logged in to the system. Useful for administrative tasks and as collaborative information to users.
Input:
-
string session_id- The current session id of the user.
Return:
- IfdUser [] - array of IfdUser logged in.
Comments: Talk:Ifd:getLoggedInUserList