Has Session
Node Card
Category: Session & Cookie Nodes
Typical position: At the very start of a login flow, before the Web Page node: route
true to a Success Final node and false to the login form.Properties
Outputs & Errors
This node has no configurable properties.
| Output | Condition |
|---|---|
true | An lr-session-token cookie exists and the associated access token is valid |
false | No session cookie exists, or the access token has expired or been invalidated |
Use this node as the first node in any login flow to implement single-sign-on behavior. Already-authenticated users are routed directly to success, avoiding an unnecessary re-authentication prompt.