# How Does Freshpaint Determine Session Count?

**For web tracking,** a session will end after 30 minutes of inactivity by default. This value can be customized with the `session_timeout` config, see [Freshpaint Web SDK Options](/reference/developer/freshpaint-sdk-options.md#init-options).

**For mobile apps**, session count is not tracked, instead we track Monthly Tracked Users. Learn about how we determine Monthly Tracked Users [here](/reference/faqs/how-does-freshpaint-determine-mtus.md).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.freshpaint.io/reference/faqs/how-does-freshpaint-determine-session-count.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
