apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin

Home Page:https://cordova.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I lose session when I close and open my application

damianlluch opened this issue · comments

Hi, I'm using inAppBrowser with Capacitor in an Android application, everything works perfect, except the session issue.
When I close the application, if I had logged in, it doesn't recover it, so I have to log in every time I close the app.
I've read somewhere that it's a cookie issue with the _blank parameter... can it be?
any solution?

thanks

Hello, did you find any solution for this? I have the same problem. Opening the inAppBrowser again with _blank options is not sharing session cookies.