# How to log the user out due to inactivity?

How to log the user out due to inactivity?

##### Post Metadata
- Posted at: about 7 years ago
- Net upvotes: 1


## Comments
### Comment 1

By default, user session in WebMail Pro 8 doesn&#39;t expire.

If you wish to reconfigure the product so that users are logged out after a certain amount of time due to inactivity, that&#39;s done by modifying data/settings/modules/SessionTimeoutWebclient.config.json file:

{
    &quot;Disabled&quot;: [
        true,
        &quot;bool&quot;
    ],
    &quot;TimeoutMinutes&quot;: [
        30,
        &quot;int&quot;
    ],
    &quot;IncludeInMobile&quot;: [
        true,
        &quot;bool&quot;
    ]
}

Set Disabled to false and specify a timeout value in TimeoutMinutes as the amount of minutes.

##### Comment Metadata
- Posted at: about 7 years ago
- Author title: CMO@Afterlogic.Works | Web development | #1 Webmail, Cloud Storage &amp; Groupware Services | Afterlogic.com




## Related Product
[Afterlogic Webmail](https://www.g2.com/products/afterlogic-webmail/reviews)

## Related Category
[Email Client](https://www.g2.com/categories/email-client)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


