I have created session_id with tutorial https://developers.themoviedb.org/3/authentication/how-do-i-generate-a-session-id. So now, I forgot session_id, how to get session_id again??? I link to session_id, but only seen 8b9826e4xxxxxxxx, how to show "xxxxxxxxx" charactor??? Thank all!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 22 janvier 2017 à 10h54
Hi @tuanbaros
You can't. You'll have to just generate another one. There is no way retrieve a session you created after the fact. With your second session ID, you should store it client side so you don't need to generate it again ;)