I am trying to recreate a login like netflix on roku.
I have managed to get a body response back from our api however, once I make another call to the api with a different url, the user session is gone.
I have register the cookie in the roku registry and the token that the api sends back. However I get a 404 page trying to access the page because the user session is gone
If anyone can point us in the right direction, that be helpful. I've search far and wide for a solution.