Join Slack
Powered by
Hi, anyone knows, can Android CookieManager sync a...
# android
e
elye
04/15/2021, 12:52 PM
Hi, anyone knows, can Android CookieManager sync across two different Android Processes? I can't seems to get it work properly. More about it here.
https://stackoverflow.com/questions/67108553/android-cookiemanager-setcookie-doesnt-sync-across-different-process
😶 2
i
itnoles
04/15/2021, 2:14 PM
why static?
e
elye
04/15/2021, 11:12 PM
Cookies are supposed to be shared consistently across the entire app, regardless of process.
i
itnoles
04/16/2021, 1:34 AM
I see static as one copy. It is already singleton
e
elye
05/04/2021, 12:00 PM
Event it is static, it is instantiated differently in different process. So there's different copy in different process unfortunately. 😞
53
Views
Open in Slack
Previous
Next