Set Custom Cookie
Node Card
Category: Session & Cookie Nodes
Typical position: After capturing a value that must persist beyond the current session, before proceeding to the next step.
Properties
Outputs & Errors
This node has no configurable properties. The cookie key and value are set from the current session state.
| Output | Condition |
|---|---|
true | The custom cookie was written to the user's browser successfully |
false | The cookie could not be written |
Use this node to write small, non-sensitive data to the user's browser for retrieval in future workflow executions. Do not store sensitive or personally identifiable information in cookies: use session data for in-flow storage instead.