Session & Cookie Nodes
| Node | Description |
|---|---|
| Has Session | Checks whether the user has an active session (lr-session-token cookie). |
| Get Session Data | Reads a value previously stored by a Set Session Data node from the user's session. |
| Set Session Data | Writes a key-value pair to the user's session for use later in the workflow. |
| Get Custom Cookie | Reads the value of a specified custom cookie from the user's browser. |
| Set Custom Cookie | Writes a custom cookie to the user's browser. |