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
Bharath SamanthulaBharath Samanthula 

INVALID_SESSION_ID?

The SF User in Magento can login to SF via the API with the following credentials:

User Name /  Password / Security Token

but when Magento tries to push the order to SF using  createUpdateOrders()

it gets the following message from SF:

2015-05-19T15:52:26+00:00 DEBUG (7): Exception calling soap: INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00D80000000JxsC!AR8AQEuwYGdG6sPPGzHeT4sTFYQrXRl_Dszq7u35FSY4zOwoxkoVPtZT7Y4vgP2PlY51bWkjIpZcLoDom6eY_cZX_z9xuzmH
This is expected, it can happen if the session has expired and swept away, or if the user logs out, or if its just someone trying to hack in.

It was working fine before. Any help would be greatly appreciated. Thanks
ShashankShashank (Salesforce Developers) 
Please check if the session timeout value has been reduced in your org.