franmontiel/PersistentCookieJar
A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3856
- days_rel: n/a
- days_push: 1476
- n_releases_24m: 0
Adoption not part of the score
1813 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A persistent CookieJar implementation for OkHttp 3 on Android that stores cookies in SharedPreferences. It provides in-memory caching with pluggable persistence and cache interfaces.
Use cases
- persist login cookies across app restarts in an Android app
- keep users logged in with OkHttp sessions
- clear session cookies on app logout
- plug a custom cookie storage into OkHttp
- handle cookies thread-safely in an Android HTTP client
When to choose
- you use OkHttp 3 on Android and need cookies to survive process death
- you want a simple, drop-in CookieJar backed by SharedPreferences
When to avoid
- you are not on Android/JVM or not using OkHttp 3
- you need modern storage like DataStore or encrypted cookie storage
Facets
library · maturity maintenance
http-client caching android-tools web-development developer-tools jvm okhttp cookies cookiejar sharedpreferences session-persistence android
1 source
- readme: https://github.com/franmontiel/PersistentCookieJar · fetched 2026-08-28 · 15bf816c4bbc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| franmontiel/PersistentCookieJar | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="franmontiel/PersistentCookieJar")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem