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