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!
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 22 janeiro 2017 às 10:54 AM
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 ;)