Is there a max number of distinct session context IDs that can be used on Android?
AlanCPSC opened this issue · 1 comments
AlanCPSC commented
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
Is there really no way to manually extract all user cookies from GeckoView and persist them into local storage with room?