Hello,
I have an app that stores a session cookie in NSHTTPCookieStorage. That cookie is used during app state restoration to either let the user back into the application or present the login screen. I've noticed that on certain scenarios, the session restoration fails as the cookie is no longer present in the cookie storage. I've observed the server transactions that created the cookie and confirmed that the cookie's expiration date had not yet occurred. I'm wondering if someone could clarify what kind of transaction update strategy NSHTTPCookieStorage uses (so that I can confirm that the cookies are not being lost in the write/update) and if there is any defined behavior for evicting a cookie before its expiration date.
Thanks,
madsolar8582