Cookie

Moduleejs.web
Definition class Cookie
InheritanceCookie inherit Object
Specifiedejscript-1.1
StabilityPrototype.

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

QualifiersPropertyTypeDescription
public domainStringDomain in which the cookie applies.
public nameStringName of the cookie.
public pathStringURI path in which the cookie applies.
public valueStringValue of the cookie.

Cookie Methods

QualifiersMethod
Cookie()

Method Detail