Join Slack
Powered by
Is there any implementation on Github that shows h...
# ktor
g
Giuliopime
05/13/2023, 4:39 PM
Is there any implementation on Github that shows how to persist cookies across restarts in an Android application?
z
zt
05/13/2023, 4:58 PM
You would have to write your own cookies storage implementation that uses android preferences, or some other storage format
zt
05/13/2023, 5:04 PM
you can find some examples of this here:
https://proandroiddev.com/my-experience-of-migration-cookiesstorage-from-sharedpreferences-to-datastore-in-android-part-of-90cbe2d6b296
g
Giuliopime
05/13/2023, 5:55 PM
Yeah I saw that, was wondering if someone else already did that but I guess I'll do it myself ^^
4
Views
Open in Slack
Previous
Next