Is there any implementation on Github that shows h...
# ktor
g
Is there any implementation on Github that shows how to persist cookies across restarts in an Android application?
z
You would have to write your own cookies storage implementation that uses android preferences, or some other storage format
g
Yeah I saw that, was wondering if someone else already did that but I guess I'll do it myself ^^