This page needs to be fleshed out.
But in short, you can set cookies using Prettynice.Response.setHeader ↗
to send the Set-Cookie
↗ header.
And get cookies using Prettynice.Request.headers ↗
to get the Cookie
↗ header.
Future versions of Prettynice may have some helpers for this.