react native inAppBrowser cookies clearing

1.1k Views Asked by At

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.

0

There are 0 best solutions below