site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1509156702; bh=dB/USDbNLijV5lzaAXt5k9xYEcLGePIxbI3AZOp8az0=; h=From:Subject:Date:To:From:Subject; b=YI34R6p0LiHfb37wnMpW29LlaG4x3+1DilucwLHuGZInmMaZSALHN+9YZhxypGIxmlknNIOROCrvqONO6Vv1UBf/5k/cXzivsPY9d1yK2lnmOlsqWsoSikBp2ZQ2mvBzG28esvl6FLEqe9Hag+HvH+O+cRJgcKjpUJQZgGEMx6xyjSXOVFYtXO2+AhHaV8+oCPoxs+6jZMTXz+uzDmeonnpcchKjY1elYtKkOVnb52GyAECLHl1wF80F6vRpj+ZVOtYjP+9QLZUPBtdJ8JDNh2z1lUnRdJ+OuzC4lMKPRWrLONBkN5mEnBgy16Rb3byoaXB2jAqe4BnM4+NWBYLy4w==
From my understanding given the docs, there doesn't seem to be a way to have a 'global' NSURLCache that can be truly shared between two separate applications. But I'll ask anyway:
1. Would it be possible for two apps to share a custom NSURLCache (perhaps by referring the same disk path)? 2. I'd like to understand the reasoning behind making NSHTTPStorage globally available to all apps vs. NSURLCache being per-app only. I can't see security being a compelling reason given the information stored in cookies, which doesn't really leave any obvious reasons why NSURLCache isn't global. _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists... This email sent to site_archiver@lists.apple.com