# Visit Settings

> **SUCCESS**
>
> **What is Visit (Session) Settings?**
>
> This is a feature that allows you to freely customize the duration (timeout duration) for which a user's visit (session) continues for each project.

## Benefits of This Feature

Even if a user's series of actions are interrupted due to going through external sites or other reasons, by adjusting the timeout duration, you can accurately measure them as a single visit.

## Common Use Cases

Consider a case where you move from your own site to an external payment system during the checkout process of an e-commerce site. If operations on the external site take time, when you return to the site, it may be measured as a separate visit. By extending the timeout duration in such cases, you can correctly analyze the entire flow from payment procedure to completion as a single visit.

## How to Set Up This Feature

You can set it up with the following steps.

Access the project you want to change settings for in Insight.

Click the gear icon at the top right of the screen and select "Basic Settings".

Select "Visit Settings" from the menu on the left.

Set the timeout duration for each device (PC and Mobile) and save.

## **Default Session Timeout Duration**

## **Important Notes**

Changing this setting requires administrator privileges.

Changing the timeout duration will affect metrics such as number of visits, bounce rate, and average session duration.

Settings in Insight also apply to Experience in the same project.


---

# 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://helps.ptengine.com/en/insight/setting/session-setting.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.
