Primitive steps
Cookie
Setting a cookie in the browser
Set a cookie that will persist throughout the browser session.
Inputs
Cookie in the
Set-Cookie
format. Options can be specified through key-value pairs separated by a
semicolon (e.g. id=1; domain=google.com; secure
).