Primitive steps
Cookie
Setting a cookie in the browser
Inputs
cookie
string
requiredCookie 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
).
Setting a cookie in the browser
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
).