Developer Questions

Ask a Question
Back to All

Any idea why session cookies aren't being saved?

Hey there,

We've been using session cookies to hold onto the wallet address, signing in with the xumm sdk. I'm not sure how long ago, but it seems the cookies are being dropped, and our session is coming back undefined. Any idea why that would be?

Is this still the Xumm app repo? I looked at the WebView and couldn't find any reason it would drop the cookies: https://github.com/XRPL-Labs/XUMM-App/blob/8e6e795648b97d0067380baa43bedea9e4b5ea61/src/screens/Modal/XAppBrowser/XAppBrowserModal.tsx#L515
react-native-webview allows third party cookies by default.

Thanks!