> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Session Settings

### Intro

With the proper grant, admins can configure session length settings for browser and mobile app sessions. Session length is the period of time before users are automatically logged out of Domo.

Admins can also terminate user sessions manually. See [Session Management](/s/article/000005432).

***

### Required Grant

Admins must have the **Manage All Company Settings** grant to view or configure the session settings.

<Tip>
  **Tip:** The **Manage All Company Settings** grant gives access to control settings for the entire Domo environment. For this reason, we strongly recommend limiting this grant to Domo admins only.
</Tip>

See [Managing Custom Roles](/s/article/360043438973) to learn more about grants.

### Access Session Settings

Follow these steps to access Session Settings:

1. From the navigation header, select **More** > **Admin Settings**.
2. In the Admin Settings under **Authentication**, select **Session settings**.

   <Frame>
     <img alt="session settings.jpg" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/RlWZB5sA8DQ5iXJ7/images/kb/ka0Vq0000000oKz-00N5w00000Ri7BU-0EMVq000000i3Jx.jpg?fit=max&auto=format&n=RlWZB5sA8DQ5iXJ7&q=85&s=94f4eef25c87d752b9eb4c7247253a58" style={{width: 300, height: 278}} width="734" height="680" data-path="images/kb/ka0Vq0000000oKz-00N5w00000Ri7BU-0EMVq000000i3Jx.jpg" />
   </Frame>

### Configure Session Settings

On the **Session settings** page, you can adjust the session length and timeout settings described below for browser and mobile sessions.

<Warning>
  **Important:** These settings only apply to browser and mobile app sessions. Other sessions, including but not limited to sessions used by Workbench, Jupyter, Domo Microsoft Office plugins, the Domo Apple TV app, Buzz Desktop, Domo developer clients (such as client ID/secret), and Domo access tokens, are not governed by these settings.
</Warning>

<Frame>
  <img alt="Screenshot 2024-04-08 at 5.51.32 PM.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/RlWZB5sA8DQ5iXJ7/images/kb/ka0Vq0000000oKz-00N5w00000Ri7BU-0EMVq000000hTZp.jpg?fit=max&auto=format&n=RlWZB5sA8DQ5iXJ7&q=85&s=50958c0db55f3ea74ffc099a6294a66a" style={{width: 700, height: 438}} width="2076" height="1300" data-path="images/kb/ka0Vq0000000oKz-00N5w00000Ri7BU-0EMVq000000hTZp.jpg" />
</Frame>

#### Browser Settings

* **Idle Timeout Length (in minutes) —** The maximum period of inactivity allowed in the session. If a session is inactive (meaning it generates no server activity) for longer than this amount of time, the session is terminated. The default is 8 hours (480 minutes).
* **Max Session Length (in minutes) —** The maximum allowed session length regardless of any server activity. The default is unlimited.

#### Mobile App Settings

* **Mobile Idle Timeout Length (in minutes) —** The maximum period of inactivity allowed in the session. If a session is inactive (meaning it generates no server activity) for longer than this amount of time, the session is terminated. The default is 30 days (43200 minutes).
* **Mobile Max Session Length —** The maximum allowed session length regardless of any server activity. This setting applies to mobile app sessions only. The default is 180 days (259200 minutes).

  <Tip>
    **Example:** If the Idle Timeout Length is set to 1 hour and the Max Session Length is 8 hours, then if a person takes an action at least once per hour, their session lasts 8 hours. However, if more than 1 hour passes since the person's last action, the session expires 1 hour after that action.
  </Tip>

### FAQ

<AccordionGroup>
  <Accordion title="Why do I have a user with a longer session than my current settings indicate?">
    When session settings are changed, existing sessions do NOT automatically expire. Any active sessions continue to use the Max Session Length and Idle Timeout Length settings that were in place when the session was created. To enable the new settings for all users, existing sessions must be terminated. To learn how, see [Session Management](/s/article/000005432).
  </Accordion>
</AccordionGroup>
