You need to sign in to do that
Don't have an account?
PBS_IC786
invalid session id error
I have an scontrol which links to an edit page for a custom object in my app. When I get to this edit page and make my edits and hit save, I want the retURL to go to my scontrol page with the list of links to repeat the same process over again. Unfortunately, it works fine until it tries to go back to the scontrol page with the links...this is when I get the "uncaught exception :invalid_session_id:illegal session" error in Firebug....I think I am somehow losing the identifying id of my custom object which drives the edit page but not sure...
Any help is greatly appreciated...
Thanks
Any help is greatly appreciated...
Thanks
Thanks
Thanks
I am having the exact same indications.
I have an sControl in a popup that contains a link to edit a Task. The url format I'm using is...
/TASK_RECORD_ID/e?retURL=/servlet/servlet.Integration?lid=S_CONTROL_RECORD_ID
The link works fine, and I'm able to edit the Task record. When I save the Task, I am redirected back to the sControl, but I am getting an INVALID_SESSION_ID fault.
Any ideas?