My app uses an in-app native browser to open up an experience within my web application / external system. The user needs to login and once logged in, the session is established. However, if the user closes the in-app browser and opens again, the session is not persisted and as such, the user must sign in all over again.
Is there some way the session could be stored or persisted?