> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sessions

export const InlineImage = ({src, alt = '', height = '2em'}) => {
  return <img src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

[localhost link]: http://localhost:3000/docs/5/fusion/getting-data-out/data-analytics/app-insights/sessions

[mintlify link]: https://doc.lucidworks.com/docs/5/fusion/getting-data-out/data-analytics/app-insights/sessions

[old doc.lw link]: https://doc.lucidworks.com/fusion/5.9/454

Click <InlineImage src="/assets/images/4.0/icons/insights-sessions.png" /> **Sessions** to view charts and timelines about search events, filtered by:
import { LwTemplate } from '/snippets/LwTemplate.jsx';

<LwTemplate />

* user
* subject
* event duration
* events per session

<img src="https://mintcdn.com/lucidworks/l9y7VqRhZkN9hmR0/assets/images/4.0/insights-sessions.png?fit=max&auto=format&n=l9y7VqRhZkN9hmR0&q=85&s=83680ae1b40cca2390f0ac84c206cd92" alt="Sessions page" width="2560" height="1406" data-path="assets/images/4.0/insights-sessions.png" />

Charts are located on the left, below the filters. Scroll down or minimize the filters to view the charts:

<img src="https://mintcdn.com/lucidworks/l9y7VqRhZkN9hmR0/assets/images/4.0/insights-sessions-charts.png?fit=max&auto=format&n=l9y7VqRhZkN9hmR0&q=85&s=3c6534a2972154eb5bdda1385a1e800b" alt="Sessions charts" width="2560" height="1316" data-path="assets/images/4.0/insights-sessions-charts.png" />

Hover over the bars on any chart to filter the timeline by event duration or events per session:

<img src="https://mintcdn.com/lucidworks/l9y7VqRhZkN9hmR0/assets/images/4.0/insights-sessions-charts-filter.png?fit=max&auto=format&n=l9y7VqRhZkN9hmR0&q=85&s=f71f4a74eae3505ddfb0fa5bfb5eddc8" alt="Filtering by chart" width="591" height="486" data-path="assets/images/4.0/insights-sessions-charts-filter.png" />
