What is a Session?
A Session is a period of user activity inside your app or website. It usually starts when a user opens your app or website and ends when the user leaves, closes it, or becomes inactive. Example: A user opens your app, visits three screens, clicks a button, and then closes the app. This complete activity is counted as one session.Why Sessions Matter
Sessions help you understand how often users open your app, how long they stay active, which screens they visit, how many actions they perform, and how engaged they are.Common Session Metrics
- Total Sessions
- Average Session Duration
- Sessions Per User
- Active Users
- Returning Users
- Bounce Rate
- Screen Views Per Session