Rationale
Session IDs should be treated as secrets and handled with care, as they may allow access to the Salesforce API on behalf of the running user.
Scope
Visualforce
Related resources
[Salesforce] $Api
Detect uses of GETSESSIONID() or $API.Session_Id in Visualforce.
Session IDs should be treated as secrets and handled with care, as they may allow access to the Salesforce API on behalf of the running user.
Visualforce
[Salesforce] $Api