Cookie

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

Cookie class to store parsed cookie strings.


Properties

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

Cookie Methods

QualifiersMethod
No methods defined