loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Set Custom Cookie

Writes a custom cookie to the user's browser. Use to persist small pieces of data across sessions.
Session & Cookies

Node Card

Set Custom Cookie
true
false
Category: Session & Cookie Nodes
Typical position: After capturing a value that must persist beyond the current session, before proceeding to the next step.

This node has no configurable properties. The cookie key and value are set from the current session state.


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.