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!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 22 de enero de 2017 a las 10:54
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 ;)