- removeCookiesSinceDate:
Removes cookies that were stored after a given date.
与えられた日付より後に貯蔵されたクッキーを取り除きます。
- setCookie:
Stores a specified cookie in the cookie storage if the cookie accept policy permits.
指定されたクッキーをクッキーストレージに貯蔵します、もしクッキー受入方針が許可するならば。
- setCookies:forURL:mainDocumentURL:
Adds an array of cookies to the cookie storage if the storage’s cookie acceptance policy permits.
クッキーの配列をクッキーストレージに加えます、もしそのストレージの持つクッキー受入方針が許可するならば。
- storeCookies:forTask:
Stores an array of cookies in the cookie storage, on behalf of the provided task, if the cookie accept policy permits.
クッキーの配列をクッキーストレージの中に貯蔵します、提供されたタスクの代理で、もしクッキー受入方針が許可するならば。