MailSuite Pro documentation

How to log user out due to inactivity

By default, user session in MailSuite Pro doesn'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's done by modifying data/settings/modules/SessionTimeoutWebclient.config.json file:

{
    "Disabled": [
        true,
        "bool"
    ],
    "TimeoutMinutes": [
        30,
        "int"
    ],
    "IncludeInMobile": [
        true,
        "bool"
    ]
}

Set Disabled to false and specify timeout value in TimeoutMinutes as amount of minutes.