Cookie
Module | ejs.web |
Definition | class Cookie |
Inheritance | Cookie Object |
Specified | ejscript-1.1 |
Stability | Prototype. |
Cookie class is used to store parsed cookie strings.
The MVC web framework creates Cookie class instances when
the client provides Http cookie headers.
Properties
Qualifiers | Property | Type | Description |
public | domain | String | Domain in which the cookie applies. |
public | name | String | Name of the cookie. |
public | path | String | URI path in which the cookie applies. |
public | value | String | Value of the cookie. |
Inherited Properties
Cookie Methods
Inherited Methods
Method Detail