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
zero1578zero1578 

Proper Login Process

I am working creating something that will allow our users to log in to their salesforce account and create cases from an external web application.  I want to be sure I am having them log in, the login is maintained, and that creating or viewing items in salesforce utilizes that same session.  Does anyone have any working C# code that can manage the login process in this way they could share?