v1.0.0 FAQs - AutolabJS/autolabcli GitHub Wiki

How many users can log into Autolabcli on a machine at a single point of time?

Only one user can log into Autolabcli at a single point of time. In case another user wants to login, he can just use autolabjs init command to do so.

What happens to the the user who was first logged on in the previous case?

The first user will be automatically logged out when the second user successfully logs in, or if his session (2 hr) has expired. whichever comes first. There is no message displayed that the first user has logged out.

Why is there no message displayed in the previous case?

If you deliberately log out using autolabjs exit command, you will be displayed a message that you have been logged out. But when a second user logs in when there is already another user who is logged into the machine, log out message is not displayed for the first user because the second user need not know that another user was already logged into the machine.

How can I know who is currently logged into Autolabcli on the machine?

There is no command to know who is logged into Autolabcli on the machine for security purposes. If you are not sure that you are logged in, you can always run autolabjs init to login again.