php - Session ID vs token -


we building ios application use our api interact our existing website. website uses standard php sessions keep track of logged in users.

how handle user log-in in application? use sessions + session id's doing on website or method?

i've seen api tokens mentioned lot i've yet find solid description explains difference between session id's , api tokens, or api token name session id?

sessions authorization when using application after access tokens have been confirmed. has been covered in post. what api token


Comments