Skip to content
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

Multiple 3DS authentication - causing User session expiration in bank's authentication side. #72

Open
hillsea2128 opened this issue Sep 15, 2021 · 1 comment

Comments

@hillsea2128
Copy link

hillsea2128 commented Sep 15, 2021

Simulation of the error: Multiple immediate Mastercard charges, causing Mastercard ID Check.
3DS Authentication shows "Cannot complete transaction because user session has expired."

Temporary solution (SOMETIMES WORKS SOMETIMES DOES NOT WORK): call this before initiating authentication:
CookieManager.getInstance().removeAllCookies(null); CookieManager.getInstance().flush();

Permanent fix: clear cookies of the webview used in displaying 3ds auth.

waiting for updates!

@hillsea2128
Copy link
Author

any updates? I am still experiencing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant