I want to write a web dynpro application that display the logged on users. I was to also display what application / server node they are on.
I know I can use "IWDClientUser currentUsers[] = WDClientUser.getClientUsers();" to get a list of the logged on users, but I am pretty sure this is only for the server node the app is running on.
We have several production servers and server nodes and want to create an application that displays who is currently logged on and where they are logged on.
Thanks,
Tom