I have a problem that's driving me nuts. I've googled and searched for hours 🙁
Anyways..
I have a program that I call a login API from. It returns a PHP session ID.
Problem is I call this from PHP and thus the session is not assigned to the browser.
I need this session ID to be loaded in order to actually log the client in.
How do I pass this session ID back to the software to be loaded?