Storing user's cookie
#1
I'm dipping my toes in Kodi addon development for the first time. Basic idea is that the website where I'm getting the content from gives you a cookie at login which is valid for 24 hours and is required to get the access to content. Obviously I could just store the cookie in text file but I'm curious if there's a recommended practice for this in Kodi addons. Where/how should the cookies be saved? 

I was looking through the documentation but I couldn't find anything (or I'm just blind).
Reply
#2
I store cookies in a separate file in the addon data folder
My addons: Gismeteo
Reply

Logout Mark Read Team Forum Stats Members Help
Storing user's cookie0