I'm about to do a pile of testing on the Tmdb Authentication in my app. This means I will be generating dozens of SessionIds, and I was concerned that these may be sitting about, never to see the light of day again. I was wondering if (a) this is a problem. (b) Is there any way to get rid of the unused id's, and (c) what to do if a is true, and b is false.
Cheers Mick
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on September 21, 2016 at 5:44 PM
Hi Mick,
Don't worry too much about it... I do have an open ticket to let you destroy sessions (essentially log out) that when complete would let you remove them.
I can update this thread and let you know once that is live.
Reply by Travis Bell
on July 24, 2018 at 12:47 PM
There is now a method to delete v3 session ids. You can read about it here.