Sessions
The Sessions panel shows individual visitor sessions. Each row is one visit: a single browser tab from open to close. Click any session to see the full event timeline.
How sessions work
Clickport uses browser-tab-based sessions. A session starts when a visitor opens your site in a new tab and ends when the tab is closed. There is no 30-minute inactivity timeout. If someone leaves your tab open for an hour and then clicks a link, it is still the same session.
The session ID is stored in sessionStorage, which the browser automatically clears when the tab closes. Opening a new tab starts a new session, even if it is the same visitor.
Session list
The session list shows one row per session with:
- Entry page (the first page visited)
- Exit page (the last page visited)
- Pageviews count
- Duration (time from first to last event)
- Country (with flag)
- Device type
- Source/referrer
Sessions are sorted by most recent first. Use the date picker and filters to narrow down the list.
Session detail
Click any session to expand its full event timeline. You will see every event in order:
- Pageviews with URL and timestamp
- Outbound link clicks with destination URL
- Form submissions with form name
- Scroll depth per page
- Time spent on each page
This gives you the complete journey of a single visitor.
Flagging and deleting sessions
If you spot a suspicious session (a bot, a competitor, or your own test traffic), you have two options:
- Flag as bot: marks the session and excludes it from future analytics. The session stays in the database for your records but will not affect any metrics.
- Delete: permanently removes the session and all its events from the database.
Visitor identity
Clickport does not use cookies or fingerprinting. Visitor identity is based on a daily-rotating anonymous ID that combines the visitor's IP address, user agent, and a server-side salt. The ID changes at midnight in your site's configured timezone.
This means the same person gets a new identity each day. Same-day return visits are linked to the same visitor. Next-day visits are treated as a new visitor.
Bounce definition
A session is marked as bounced only if all of these are true:
- 1 or fewer pageviews
- No outbound clicks
- Scroll depth under 25%
- Duration under 15 seconds
A visitor who reads a single blog post for 2 minutes and scrolls to the bottom is not a bounce, even though they only visited one page.