651 B
651 B
Cookie Object
nameString - The name of the cookie.valueString - The value of the cookie.domainString - The domain of the cookie.hostOnlyString - Whether the cookie is a host-only cookie.pathString - The path of the cookie.secureBoolean - Whether the cookie is marked as secure.httpOnlyBoolean - Whether the cookie is marked as HTTP only.sessionBoolean - Whether the cookie is a session cookie or a persistent cookie with an expiration date.expirationDateDouble (optional) - The expiration date of the cookie as the number of seconds since the UNIX epoch. Not provided for session cookies.