Public Member Functions | |
| (id) | - initWithName: [implementation] |
| (CPString) | - value [implementation] |
| (CPString) | - name [implementation] |
| (CPString) | - expires [implementation] |
| (void) | - setValue:expires:domain: [implementation] |
Definition at line 32 of file CPCookie.j.
| - (CPString) expires | [implementation] |
Returns the cookie's expiration date
Definition at line 73 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 44 of file CPCookie.j.
| - (CPString) name | [implementation] |
Returns the cookie's name
Definition at line 65 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 84 of file CPCookie.j.
| - (CPString) value | [implementation] |
Returns the cookie's data value
Definition at line 57 of file CPCookie.j.
1.5.8