I am writing a REST API in Magento to login into the website with REST API. I have called the API to login the user through the web browser its logged In. After that, In the next tab on the browser when I typed my website it says "user is not logged In".
Please let me know how to keep the session when a user logged In through REST API.