-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I clear the browsers cache/state #393
Comments
You can set |
Hmm, any way to do this in Android? I'm thinking of launching the browser on logout and calling an endpoint that clears the cookies, but that's pretty lame tbh. I'd much prefer to have a way to stash the cookies as the IAB closes. |
@MoSattler did you find a solution? |
No, but I am not looking anymore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
In our app, user's can log out. When they logout, we also want to log them out from the in-app browser.
Right now, after they log out from the app, and they open the browser, they are still logged in the browser.
Is there any function we can call to clear the browser cache, so we can clear everything upon logout?
The text was updated successfully, but these errors were encountered: