Are apps-cookies stored in separate per-app location, or shared throughout the device? Are third-party cookies allowed (read/write)? Are persistant cookies allowed?
Are apps-cookies stored in separate per-app location, or shared throughout the device? Are third-party
Share
Your application has its own “cookie jar” in the
[NSHTTPCookieStorage sharedHTTPCookieStorage]container. An application only has access to cookies it creates or destroys, within the usual application sandbox model that applies for documents and preferences, as well.