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!
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio Travis Bell
dana 22 siječanj 2017 u 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 ;)