Enumeration: NSHTTPCookieAcceptPolicy
Overview
NSHTTPCookieAcceptPolicy specifies the cookie acceptance policies implemented by the NSHTTPCookieStorage class.
Constant Summary
- NSHTTPCookieAcceptPolicyAlways
Accept all cookies. this is the default cookie accept policy.available in ios 2.0 and later.declared in nshttpcookiestorage.h.
- NSHTTPCookieAcceptPolicyNever
Reject all cookies.available in ios 2.0 and later.declared in nshttpcookiestorage.h.
- NSHTTPCookieAcceptPolicyOnlyFromMainDocumentDomain
Accept cookies only from the main document domain.available in ios 2.0 and later.declared in nshttpcookiestorage.h.