When does a session expire after its created? I know for REST API its 1 hour. But its not specified anywhere about soap API. I tried creating a session and ran a query in while loop to check if it will throw any exception, but even after 2 hours it was…