Public Member Functions | |
(id) | - initWithName: [implementation] |
(CPString) | - value [implementation] |
(CPString) | - name [implementation] |
(CPString) | - expires [implementation] |
(void) | - setValue:expires:domain: [implementation] |
Definition at line 30 of file CPCookie.j.
- (CPString) expires | [implementation] |
Returns the cookie's expiration date
Definition at line 71 of file CPCookie.j.
- (id) initWithName: | (CPString) | aName | [implementation] |
Initializes a cookie with a given name aName
.
the | name for the cookie |
Definition at line 42 of file CPCookie.j.
- (CPString) name | [implementation] |
Returns the cookie's name
Definition at line 63 of file CPCookie.j.
- (void) setValue: | (CPString) | value | ||
expires: | (CPDate) | date | ||
domain: | (CPString) | domain | ||
[implementation] |
Sets a value, expiration date, and domain for the cookie
value | the cookie's value | |
date | the cookie's expiration date | |
domain | the cookie's domain |
Definition at line 82 of file CPCookie.j.
- (CPString) value | [implementation] |
Returns the cookie's data value
Definition at line 55 of file CPCookie.j.