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
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 09 月 21 日 5:44下午
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.
Travis Bell 的回复
于 2018 年 07 月 24 日 12:47下午
There is now a method to delete v3 session ids. You can read about it here.