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
jboy55jboy55 

Problems using frontdoor.jsp to refresh Session IDs

Currently I'm battling a strange problem that has only appeared recently.

We have a situation where i'm transfering data that often takes longer then 4 hours to my system from SalesForce. I have read and have implemented a system where I replace the sessionId in my SOAP header with SessionIds from the frontdoor.jsp. This has been working, but as of last thursday I'm getting INVALID_SESSION_ID errors from the sessionIds gathered from the jsp.

Has something changed recently with regards to this approach I'm taking? Is there something with regards to my account that could be causing this?

Thanks in advance
John
SuperfellSuperfell
Why don't you just call login again ?
jboy55jboy55
Login requires the salesforce username and password which the program isn't collecting at this point. If the solution requires the redesign of the system to collect and store username and password, that could be done, however this old system was working until recently.
SuperfellSuperfell
Ahh, so you're triggered from a WIL ? as far as i know, there's been no recent changes to how frontdoor.jsp works.