Create Cookie
The Cookie Creator creates a cookie with the specified domain, path, name and (optionally) value and adds it to the set of current cookies. If a cookie with the specified domain, path and name already exists, the old cookie is replaced by the new cookie.
Properties
The Create Cookie action can be configured using the following properties:
- Domain
-
Specify the domain of the cookie. The domain can be specified in several ways using the Value Selector.
- Path
-
Specify the path of the cookie. The path can be specified in several ways using the Value Selector.
- Name
-
Specify the name of the cookie. The name can be specified in several ways using the Value Selector.
- Value
-
Specify the value of the cookie. The value can be specified in several ways using the Value Selector. This property is optional.
- Secure
-
If checked the cookie is sent when loading from the given domain via HTTPs, if not set the cookie is set when loading from the domain via HTTP.
- HTTP Only
-
If checked the cookie is a HTTP Only cookie. That is, the cookie will only be used when transmitting HTTP (or HTTPS) requests, but its value will not be available to client side script (such as JavaScript).