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
Surya@soa.comSurya@soa.com 

how to login and get session id of a salesforce using apex code.....urgent

how to login and get session id of a salesforce using apex code.....urgent

@anilbathula@@anilbathula@

Hi,

 

You can get the session id using this:-

String sessionID = UserInfo.getSessionId();