Reputation: 1852
in our react-native app, we are using react-native-inappbrowser-reborn for opening some pages. For IOS it have ephemeralWebSession option which prevents re-use of cookies. But how to do same for Android? Login backend, we are using, returns previous session if user opens it second time (because of same cookies are send I guess). And I can`t find a way to clear them from app side.
Upvotes: 2
Views: 1418