NetSuite Data Provider - Online Help
NetSuite Data Provider
Questions / Feedback?

Logout Unknown Sessions

Boolean indicating if unknown sessions already established to the user account should be removed.

Data Type

bool

Default Value

false

Remarks

Most users in NetSuite will get one session they can use to connect to NetSuite Web Services at a time. If one attempts to establish a second session when an existing session is already established, NetSuite will throw an exception. While the RSSBus ADO.NET Provider for NetSuite attempts to share sessions across threads for the same user, it is still possible to have an established session that prevents the provider from establishing a new one. For instance, the provider may have been forcibly terminated, resulting in a session that was never properly closed.

Setting this property to true will cause the provider to check for existing sessions when it attempts to create a new one. If an existing session is unrecognized by the provider, it will close it in order to establish its own session. It is recommended to only set this property to true if the provider is the only tool being used to connect to your user account via the web services.

 
 
Copyright (c) 2015 RSSBus, Inc. - All rights reserved.
Build 1.0.5578.0