{= include("docs.util"); internal.docs.tab = "USER"; start_docs_page(docs.user_guide.page_titles.user_session_views); =}

{=docs_user_chapter_link('user_session_overview')=} report is a summary of the main session views.

  • Entry and Exit pages: These are the first and last pages of every session.
  • Paths through a Page: Lets you select a single page on your site and see those pages that were visited prior to hitting that page, and those visited after. This gives you all routes to and from a given point in your site.
  • Session Paths: Shows all the sessions (and the pages they hit) in a single expandable view.
  • Session Pages: These are every occurrence of each page in any session. They are calculated by tracking how long it was from the hit on one page to the hit on the next page in that session (exit pages are considered to have zero time spent per page), and tabulating the results for all pages giving the time spent per page.
  • Session Users: This lists all the users on your site and the number and duration of their visits.
  • Individual Sessions: This lists all the sessions on your site.



  • {=docs_user_chapter_link('index')=}
  • {= end_docs_page() =}