Limit clients to 1 login?

Today I just noticed I have several PC’s logged into an Ignition project all with the same username. Is there a way (v7.8.2) to limit each username or a username to only login once??

You can do it with a client startup event script and a message handler script. Call the getSessionInfo() function to obtain all users, iterate through it comparing user names to the logged in user and clientId, and then sending a suicide message to the clients that are duplicates.

1 Like

Hi
Has this functiomality been implemented in the newer versions? or do you still need to manually code it?
Thanks in advance

Hi @efernandezmorgan may I know that do you find the solution to solve this problems ?

Thanks in advance.