Main cookie object interface for use by consumers: extends nsICookie, a frozen interface for external access of cookie objects
[scriptable, uuid(8587f4e0-870c-11dd-ad8b-0800200c9a66)]
Attributes
the creation time of the cookie, in microseconds since midnight (00:00:00), January 1, 1970 UTC.
the actual expiry time of the cookie, in seconds since midnight (00:00:00), January 1, 1970 UTC. this is distinct from nsICookie::expires, which has different and obsolete semantics.
true if the cookie is a session cookie. note that expiry time will also be honored for session cookies (see below); thus, whichever is the more restrictive of the two will take effect.
Compare to:
