mozilla / geckoview

GeckoView is a set of components for embedding Gecko in Android apps
https://geckoview.dev
425 stars 47 forks source link

Is there a max number of distinct session context IDs that can be used on Android? #198

Open AlanCPSC opened 1 year ago

AlanCPSC commented 1 year ago

Hello Mozilla developers,

I am looking for a way to read and write user cookies within a GeckoView in order to provide users with the ability to be logged into multiple different accounts at the same time. In pursuit of this goal, I have found the following relevant feature threads.

Dedicated GeckoView CookieManager and Cache Storage? GeckoView Cookie API

Question 1) Is there a max number of distinct contextId that I can pass to GeckoSession? Question 2) Has there been any development in providing a CookieManager class for Android?

Thank you for your help.

AlanCPSC commented 1 year ago

Is there really no way to manually extract all user cookies from GeckoView and persist them into local storage with room?