So I'm doing mobile development, specifically app for android (currently), and I have a part where when user clicks one item on the list, it open up the browser and redirects to the selected link. This part it's working, but when I go back to the app, the current session is gone and I need to login to the app again. How do I retain the session?
I'm using angularjs, html, and ionic framework in development.