You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the same credentials for a login will generate the same session id over and over again. When you call .logout() on one connection, all of the connections in the pool will become invalidated.
Using the same credentials for a login will generate the same session id over and over again. When you call
.logout()
on one connection, all of the connections in the pool will become invalidated.see: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_login.htm
The text was updated successfully, but these errors were encountered: