The CreatorCon Call for Content is officially open! Get started here.

determine which node a user is logged into?

bbarnard
Kilo Contributor

I would like to be able to determine which node a user is logged into? I'm able to see logged in users (v_user_session) but if I understand correctly this list only contains user sessions on the node that I'm currently logged into. Is there a way to determine which node a user is logged into (which node they have an active session on)?

 

-Thanks

9 REPLIES 9

Subhajit1
Giga Guru

Hi Bryan,



You can do a /stats.do after your Service-Now instance URL and in the following information you will be able to see your logged in Node.


For User sessions you can use the Claimed By column to see which node the user is logged into.



Thanks,


Subhajit


Claimed by on which table? I do not see a 'Claimed By column on the v_user_session table.


Please ignore the earlier comment........i got confused between Running Scheduled jobs and Active Transactions.


no worries. I did a quick search of the dictionary and found claimed by on sys_trigger, thought maybe I was missing something. I don't think there is currently a way to achieve what I'm trying to do but hoping someone out there may have some up with a way to accomplish this. I think this could be accomplished by adding some event handler (script_action) and listening to login and session expiration events but that will require some modifications and I was hoping for an OOB solution for this.