Questions tagged [session]
A session is token that is returned after successful authentication. This is used to identify legitimate user.
205 questions
0 votes
0 answers
97 views
SOAP api in Sandbox gives Invalid Session Id Error
This just started happening today. Has been working fine for months. When making SOAP api callouts in Sandbox only (works in Scratch orgs and Production orgs), I receive back an error: <soapenv:...
0 votes
0 answers
119 views
LWC on Screen flow using SessionStorage to set values
I have a LWC on the screen flow which has dependent picklists which on handleDependentPicklist change would set the sessionStorage variable with the name of "controlling field value + dependent ...
1 vote
1 answer
99 views
Salesforce Scheduler: System.UnexpectedException: Access Blocked Session Security high assurance
I'm trying to deploy an apex class using vs code. The test is just testing the following schedule method: global without sharing class cbl_OfferDeactvationScheduler implements Schedulable { public ...
1 vote
1 answer
639 views
Calling the org itself with a named credential still results in a 401 HTTP response with INVALID_SESSION_ID error, but why?
I'm trying to obtain a valid session id to save time and resources on a feature I'm working on. I have a middleware that is supposed to receive requests from Salesforce and then perform calls back to ...
1 vote
2 answers
5k views
Set expiry time of OAuth access token at connected app level
I have seen a lot of stack exchange posts suggesting that the expiry time of the OAuth access token cannot be determined. It is dependent upon the session timeout policy set at user profile level and/...
0 votes
1 answer
55 views
Inquiry Regarding Salesforce Integration License Session Expiry
I am looking to set up a profile using the Salesforce Integration license and would like to establish a session expiration time for this profile. My question is as follows: Considering that the ...
0 votes
0 answers
55 views
Can a user logged in to one org be moved to a logged in session in another org?
This question relates to a situation where some data is not replicated across the orgs making moving the user's interactive session between the orgs seem like a possible approach. The UI is a Digital ...
4 votes
1 answer
2k views
Visualforce.Remoting returns "Remoting request authorization expired. Refresh the page and try again"
I have an issue with Visualforce Remoting. The issue presents it self, when my visualforce page executes a remote call to the related custom apex controller. I can see the browser console log the ...