MaximumConcurrentSessions
Specifies the maximum number of concurrent sessions available for use in the connection.
Data Type
int
Default Value
0
Remarks
Starting with NetSuite 2020.1, this value is obtained automatically based on AccountId and ApplicationId when Schema is set to SuiteTalk. If SuiteQL is used and this property isn't specified, the driver defaults to using one maximum concurrent session.
Concurrent sessions are only available when using Token-Based Authentication (TBA). Connections that use user/password authentication are limited to a single session.
To prevent excessive concurrent requests from failing, NetSuite automatically manages requests to stay within session limits. If your account supports more than the default number of sessions, you can manually set MaximumConcurrentSessions to reflect the higher limit.