Configure Backoffice logout timeout

Hello, how do I configure the logut timeout for the backoffice? I got a huge site that im syncing using uSync, the import takes everywhere around 30minutes to over an hour, maybe 2. I need to be kept online during the entire process!

Is there a way to configure the backoffice logout timeout?

What’s the version of Umbraco?

You may try the TimeOut setting, configured in appsettings.json.

Thanks!

I’m using umbraco 13

Cool, that should work on 13 :slight_smile:

You could also disable the logout entirely (although you would probably disable it only temporary):

1 Like

Absolutely! As it says in the docs:

Long session timeouts raise data exposure and unauthorized access risks. Thus, it’s vital to establish a reasonable timeout to mitigate security risks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.