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
dgrissendgrissen 

WIL(web integration link) and session validation

Hi,

I am developing a web app that is accessible via a web integration link. For security purposes, i'm trying to determine how to validate the session ID that is passed in the query string as a valid session so no one can spoof the query string. I am developing in VB.NET.

Alternatively, I am open to other suggestions.

Thanks,

Darrell
SuperfellSuperfell
validate that the server Url is pointing to *.salesforce.com, then call getUserInfo with the serverUrl & sessionId. You should get a valid response.