createCookie
On this page

createCookie

Summary

Reference Documentation ↗

Creates a logical container for managing a browser cookie from the server.

Params

name

The name of the cookie.

cookieOptions

Options for parsing and serializing the cookie.

Returns

A Cookie object for parsing and serializing the cookie.

Docs and examples CC 4.0
Edit