Here's a couple of important use-cases for being able to read browser cookies:
- Transfer cookies from the Browser app to the webapp container
- Transfer cookies from Online Accounts to the webapp container
We are currently experimenting with reading the cookies straight from the SQLite database, but we find that they aren't always on sync. At the very least, we'd need to have a way to trigger the flush of the cookies to the DB.
Here's a couple of important use-cases for being able to read browser cookies:
- Transfer cookies from the Browser app to the webapp container
- Transfer cookies from Online Accounts to the webapp container
We are currently experimenting with reading the cookies straight from the SQLite database, but we find that they aren't always on sync. At the very least, we'd need to have a way to trigger the flush of the cookies to the DB.