NSHTTPCookieStorage state not saved on app exit. Any definitive knowledge/documentation out there?
I think the answer lies in one of the SO posts linked to in your question: I made a sample project to reproduce this issue — and found that it would only occur when the app receives a SIGKILL signal, like when the debugger is stopped from within Xcode. In my experiments, unhandled exceptions, crashes, … Read more