---
title: NSHTTPCookieManagerCookiesChanged
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/nshttpcookiemanagercookieschanged
---

# NSHTTPCookieManagerCookiesChanged

A notification posted when the cookies stored in the cookie storage have changed.

## Declaration

```swift
static let NSHTTPCookieManagerCookiesChanged: NSNotification.Name
```

## Discussion

Discussion The notification’s object is the HTTPCookieStorage instance. This notification does not contain a userInfo dictionary.

## See Also

### Tracking cookie storage changes

- [HTTPCookieStorage.CookiesChangedMessage](foundation/httpcookiestorage/cookieschangedmessage.md)
- [NSHTTPCookieManagerAcceptPolicyChanged](foundation/nsnotification/name-swift.struct/nshttpcookiemanageracceptpolicychanged.md)
