Session
Session variables contain analytics session information for tracking user behavior and app usage. The session provides a unique identifier that persists throughout a user's app session for analytics and tracking purposes.
Access in App Studio SDK
Tapcart.variables.session
Properties
Property | Type | Description | Availability |
---|---|---|---|
session.id | string | Unique analytics session identifier | Always |
Session Lifecycle
The session ID:
- Persists throughout a single app session
- Regenerates when the app is restarted or backgrounded for extended periods
- Is unique to each session instance
- Maintains consistency across different screens and interactions
Updated 9 days ago