Instance Method インスタンスメソッド

removeCookiesSinceDate:

Removes cookies that were stored after a given date. 与えられた日付より後に貯蔵されたクッキーを取り除きます。

Declaration 宣言

- (void)removeCookiesSinceDate:(NSDate *)date;

Parameters パラメータ

date

The date after which cookies should be removed. それ以降クッキーが取り除かれるべき日付。

See Also 参照

Adding and Removing Cookies クッキーの追加と除去