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.
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?
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 toGeckoSession
? Question 2) Has there been any development in providing aCookieManager
class for Android?Thank you for your help.