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 BizTalk Adapter for NetSuite attempts to share sessions across threads for the same user, it is still possible to have an established session that prevents the adapter from establishing a new one. For instance, the adapter may have been forcibly terminated, resulting in a session that was never properly closed.
Setting this property to true will cause the adapter to check for existing sessions when it attempts to create a new one. If an existing session is unrecognized by the adapter, it will close it in order to establish its own session. It is recommended to only set this property to true if the adapter is the only tool being used to connect to your user account via the web services.