Roku App User Login like Netflix

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.

HTTP 404 (not found) is not a code you’d usually get because of wrong/missing cookie. Yeah, sure - code can be faked/misused but probably best to review your URLs

Roku doesn’t preserve and resend a session id like a browser would; I don’t think you can rely on sessions with Roku.

If this is done using cookies, the following post might help you: https://forums.roku.com/viewtopic.php?t=95037