How can I pass my session token to inAppBrowser and keep my session?

I’ve tried using iframe but the session is lost , this also appears to be the case when using cordova InAppBrowser.

Basically what I want to achieve is the following:

  1. User logs in to ionic app and a token is created through the api. (Works)

  2. This token session recognizes me as a platform user. (Works)

  3. Access my website from ionic using the generated token (It could be using inAppBrowser or iframe ). ( Does not work )

Do you solve it?

I am on the same problem.