# 訪問設定

{% hint style="success" %}
**訪問（セッション）設定とは**

プロジェクトごとにユーザーの訪問（セッション）が継続される時間（タイムアウト時間）を自由に\
カスタマイズできる機能です。
{% endhint %}

### この機能のメリット

ユーザーの一連の行動が外部サイトを挟むなどの理由で分断された場合でも、タイムアウト時間を調整することで、それらを1回の訪問として正確に計測できるようになります。

### よくある利用シーン

ECサイトの決済手続きなどで、自社サイトから外部の決済システムへ移動するケースが考えられます。\
外部サイトでの操作に時間がかかると、サイトに戻ってきた際に別の訪問として計測されてしまうことがあります。このような場合にタイムアウト時間を延長することで、決済手続きから完了までの一連の流れを1回の訪問として正しく分析できます。

### この機能の設定方法

以下の手順で設定できます。

1. Insightで設定を変更したいプロジェクトにアクセスします。
2. 画面右上の歯車アイコンをクリックし、「基本設定」を選択します。
3. 左側のメニューから「訪問設定」を選びます。
4. PCとモバイル、それぞれのデバイスでタイムアウト時間を設定し、保存します。

<figure><img src="/files/hTUBNhb2xIwLLWvEwK4x" alt=""><figcaption></figcaption></figure>

### **セッションタイムアウト時間のデフォルト値**

| プロジェクト作成日        | PC   | SP   |
| ---------------- | ---- | ---- |
| 2022年1月11日以前     | 5分間  | 5分間  |
| 2022年1月11日〜8月29日 | 30分間 | 5分間  |
| 2022年8月30日以降     | 30分間 | 30分間 |

### **注意事項**

* この設定の変更には、管理者権限が必要です。
* タイムアウト時間を変更すると、訪問数、直帰率、平均滞在時間などの指標に影響します。
* Insightでの設定は、同一プロジェクトのExperienceにも適用されます。


---

# 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/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.
