[SalesForce] Get SFDC sessionID via access token

As the title. I'm using username/password flow to request an access token. So how can I request a SFDC sessionID from that token?

Best Answer

The access token plays the same role as the session ID. Essentially the access token is the session ID for your web service.