We are building an iOS application that will use our API to interact with our existing website. The website uses standard PHP sessions to keep track of logged in users.
How do we handle user log-in in the application? Do we use sessions + session ID's as we are doing on the website or another method?
I've seen API tokens mentioned a lot but I've yet to find a solid description that explains the difference between Session ID's and API tokens, or is an API token just another name for a session ID?