💼  Session Length

Session Length#

The duration of a user’s single visit or session.

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

What it is#

Session length is the time a user spends in a single session with an app, site or product — from opening it to closing it or timing out from inactivity — usually in seconds or minutes.

The formula#

Per session it is simply

\[\text{Session Length} = \text{end time} - \text{start time},\]

and across many sessions the average session length is total time spent divided by the number of sessions. Analytics platforms compute both automatically.

Why it’s tracked#

It is a core engagement signal — longer sessions often mean users find value — and it feeds retention (consistently short sessions hint at usability problems), monetisation (in ad models, more time means more impressions), and UX decisions. A 12-minute news session, a 2.5-minute site average (2,500 minutes over 1,000 sessions), or a 45-minute gaming session each read differently.

The interpretation trap#

Longer is not always better. A short session can mean the user found what they needed instantly (checking the weather), and the “right” length is product-specific — a few minutes for a news site, 30–60 for video streaming. Beware idle time, too: an open-but-unused app can inflate the number. Session length is meaningful only read against industry, product type and user intent.


Theme: Business & Growth Analytics  ·  All terminology



See also

Source article Adapted (context, re-expressed) in our own words from: Session Length (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: intermediate