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
ManishDhuparManishDhupar 

INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session

We are getting a "INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session" while making a call using .NET.
 
The same request was working fine until yesterday.
 
After we try to create an Account using the below
 

QSFTest.Sforce.sObject[] records = new QSFTest.Sforce.sObject[] {account};
QSFTest.Sforce.SaveResult[] saveResults = binding.create(records);

we encounter this issue.

Regards,
Manish

 

 

 

werewolfwerewolf
Are you logging in first?