Cookie

Moduleejs.web
Namespace"ejs.web"
Definition class Cookie
InheritanceCookie inherit Object

Cookie class to store parsed cookie strings.


Properties

QualifiersPropertyTypeDescription
internal-47 domainStringDomain in which the cookie applies.
internal-47 nameStringName of the cookie.
internal-47 pathStringURI path in which the cookie applies.
internal-47 valueStringValue of the cookie.

Cookie Methods

QualifiersMethod
Cookie()

Method Detail

Cookie()