Also, I’m trying to fix that by disabling cookies ...
# ktor
a
Also, I’m trying to fix that by disabling cookies in iOS HttpEngine via
configureSession
block:
Copy code
configureSession { }
But by some reason it know nothing about
NSURLSessionConfiguration.HTTPCookieAcceptPolicy
and other
NSURLSessionConfiguration
properties. Maybe I’m doing something wrong?