I faced very confusing problem with ktor when usin...
# ktor
a
I faced very confusing problem with ktor when using it in multiplatform projects. We handle cookies with AcceptAllCookiesStorage on common module. At some moment I recreate HttpClient with new instance of AcceptAllCookiesStorage(), so all cookies must be lost. And this is true for android implementation, but on iOS these cookies also stored somewhere on the platform layer and added back to the request.