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

Set Session Data

Writes a key-value pair to the user's session for use later in the workflow. Use to pass data between pages or conditional branches.
Session & Cookies

Node Card

Set Session Data
true
false
Error edges
4044 · 4031
Category: Session & Cookie Nodes
Typical position: After capturing a value that must persist across multiple steps, before any node that reads that value.

PropertyTypeDefaultDescription
Error HandlingcustommultiselectAll errors set to automaticLets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas.

Use this node to persist arbitrary key-value data in the session between workflow steps. Retrieve the stored value later using the Get Session Data node with the same key.