KillSession
Whether to kill the any existing sessions under your account.
Data Type
bool
Default Value
false
Remarks
Each connection to 1010Data requires its own session. While multiple connections made with the connector can share a session, the connector cannot share sessions with other tools. This option controls what happens when the connector logs in and another session is active.
By default this property is false, and the connector will attempt to take ownership over an existing session. However, this will not work if the session is not responding due to a long-running query or other issues. In those cases this property should be set to true, which will destroy the existing session and any queries which might be active on it.