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

Get Session Data

Reads a value previously stored by a Set Session Data node from the user's session. The retrieved value is available in subsequent form nodes and logic conditions.
Session & Cookies

Node Card

Get Session Data
true
false
Category: Session & Cookie Nodes
Typical position: Before a conditional branch or form node that depends on data set earlier in the flow.

PropertyTypeDescription
Session Data KeytextThe key whose value to retrieve from the session. Must match the key used in the corresponding Set Session Data node.

Use this node to retrieve data stored by a Set Session Data node earlier in the same or a preceding workflow. The retrieved value can be used in conditions or form pre-population.