removeCookies(since:)
Removes cookies that were stored after a given date.
Declaration
func removeCookies(since date: Date)Parameters
- date:
The date after which cookies should be removed.
Removes cookies that were stored after a given date.
func removeCookies(since date: Date)The date after which cookies should be removed.