can I check what are Users online or offline in xpertivy use IUSER ? asked 27.02.2014 at 06:37 toantp |
The following script only returns all sessions of the current cluster node:
To get a list of all users that are online on any cluster node of a Xpert.ivy Enterprise Server use the following code:
answered 04.03.2014 at 17:18 Reto Weiss ♦♦ |
I don't think that this will work directly by using Iuser. I've two possibilities how I would do that. 1) Get all the Sessions that are oppened on the securityContext and read the users which has this sessions created.
2) Set a property on the users when they login. Then get all Users from the SecurtiyContext and check the property for each user.
answered 27.02.2014 at 09:28 Raphael Bürgin |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27.02.2014 at 06:37
Seen: 10,842 times
Last updated: 05.03.2014 at 08:51
if you download this project, a overview of online Users is given.
https://guidelines.soreco.ch/attachments/787/AdminAddOns.zip
The user Management of ivy Server (5.08) also shows whether a user is logged on or not.