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!
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 22 januar 2017 kl. 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 ;)