CKCookie objects have a pair of a cookie name and value. If you make the objects have multiple values for one name, you must write code by yourself.
Attributes | Description |
---|---|
name |
Name of the cookie. |
value |
Value of the cookie. |
path |
Restricts the cookie in the site. |
domain |
Domain that can receive the cookie. |
expires |
Expiry date. You set Time object to the cookie object. The value is formatted when the cookie is returned. |
secure |
Decides whether the cookie is encrypted or not. |