Fuego.NetX : Cookie

Instances of the Cookie component represent an HTTP cookie. Each instance holds all the attributes of a cookie, including: its name, value, expiration time, associated domain and path.

Use component CookieManager to add new cookies or access the list of existing cookies.

Example

Refer to the CookieManager component for examples.

Related reference
Fuego.NetX : CookieManager
Fuego.NetX : AdvancedWebServer