Contents

cookieAcceptPolicy

The cookie storage’s cookie accept policy.

Declaration

var cookieAcceptPolicy: HTTPCookie.AcceptPolicy { get set }

Discussion

The default cookie accept policy is HTTPCookie.AcceptPolicy.always. Changing the cookie policy affects all currently running applications using the cookie storage.

See Also

Getting and setting the cookie accept policy