Cookies
The Cookies API enables your web app to manage cookies. You can get a list of cookies by applying a filter that will be matched against all cookies, and also set and modify cookies, or remove cookies by name and URL.
The Cookies API is accessible via the io.cookies object.