Vision login restriction on different sessions

I need to discriminate which user can access to two differents sessions on my sworkstation. I mean that in a session (Room 1) only specific users can login, while in another session (Room 2) the others can login. User intersection is not possible.
Is it possible to do it?
Thank you.

well something that immediately comes to mind is you can use roles with the built in security features.
If that won’t do it you could use Vision Client Tag coupled with setting those values from the Vision Client Launcher and do some logic to enable/disable the components based on the client tag value.

Thanks,
Jonathan C