So i'm building a mobile game, for ios and android, and for backend im using sails.js which will automatically assign session to web browsers as their cookies.
So how do I make my mobile game to receive the cookies and store it? Or i have to make another function to generate a random string as mobile app cookies and make them to send it everytime and validate it at my server manually?
Let's say i'm using conventional email and password login?