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

Get Custom Cookie

Reads the value of a specified custom cookie from the user's browser.
Session & Cookies

Node Card

Get Custom Cookie
true
false
Category: Session & Cookie Nodes
Typical position: Before a conditional branch or form node that depends on data written by a Set Custom Cookie node in a prior workflow.

PropertyTypeDescription
Cookie KeytextThe name of the cookie to retrieve from the user's browser. Must match the key used in the corresponding Set Custom Cookie node.

Use this node to read custom cookies written by a Set Custom Cookie node, enabling data to persist across separate user sessions or workflow executions.