we encountered a strange problem when using NSURLSession with watchkit 2, ios 9.0.
most headers and cookies are returned from the server (using HTTPS)
but the single sign on cookie is missing
when running the exact same code in an iphone application (request via NSURLSession) the cookie is visible in the shared cookie storage.
I've read alot of posts on how to add headers via the HTTPAdditionalHeaders, but this specific cookie should have been returned from the server
why would one specific cookie go missing while the others are returned?