Best Way to Identify Which User Is Logged into Which Perspective Session?

Hello ,

We have a server-client architecture using a single Ignition Gateway and a single Perspective project. Around 10 client PCs (Perspective sessions) are used by operators.

We need to identify which user is currently logged in to which client/session. We have tried using session custom properties to store this information, but occasionally these values become empty or are lost, making them unreliable

Why would the standard session properties not work?

sometimes it automatically lost the custom tags

Why put them into custom properties at all?

I think what Jordan is getting at here is that you don't need to manually store the session info. The gateway already tracks this, and it can be accessed through scripting.

system.perspective.getSessionInfo | Ignition User Manual