function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
truetrue 

Invalid SessionID problem

We have an appexchange package that uses Partner 7.0 WSDL. Recently it started throwing exception errors while trying to create lead or account. It throws following exception error:

 

INVALID_SESSION_ID: INVALID SESSION ID FOUND IN SESSIONHEADER

 

This is happening very randomly and it is not consistent. Somehow sales force sessionid is lost during the create call for lead or account.

 

Does anyone face this kind of problem recently?  

Iceman123Iceman123

I am having the same problem, also using the partner WSDL.  The session is lost randomly, usually around an hour or 1.5 hours (our organization session timeout is set to 8 hours so it cannot be that it expired), plus the session becomes invalid randomly without any changes to the code.

 

Does this indicate a problem in the network between my organization and SF? Or is this a known issue in SF?