Login Types
The login type determines what happens when the application establishes a connection to the Insights Platform and another session is currently active.
There are three valid login types:
LoginType.POSSESS,
LoginType.KILL, and LoginType.NOKILL. LoginType.POSSESSattaches the new connection to an existing session if one is active when the connection is established.LoginType.KILLends an existing session and starts a new one when the connection is established.LoginType.NOKILLfails to connect if an existing session is active when the connection is established.
If no session is active, a new session is started.
