Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 143 posts 253 karma points
    Mar 20, 2015 @ 14:16
    Tom
    0

    umbracoTimeOutInMinutes

    By default its set to 30 minutes.
    Is there any performance implications or other issues if I set it 8 hours?

    Thanks

  • Dennis Aaen 4457 posts 17970 karma points admin hq c-trib
    Mar 20, 2015 @ 14:23
    Dennis Aaen
    0

    Hi Tom,

    I don´t think this will have any  performance implications or other issues if you set it 8 hours. What is does is configures the number of minutes without any requests being made before the Umbraco user will be required to re-login. Any backoffice request will reset the clock. Default setting is 20 minutes.

    Here is the documentation for webconfig settings in Umbraco 7

    https://our.umbraco.org/documentation/using-umbraco/config-files/webconfig7

    <add key="umbracoTimeOutInMinutes" value="20" />

    So is just a setting for how often you need to re-login to the backoffce if you have a periode of time where you don´t work in the backoffice.

    Hope this helps,

    /Dennis

  • John Churchley 272 posts 1257 karma points c-trib
    Mar 20, 2015 @ 14:24
    John Churchley
    0

    I belive it's more to do with security incase you have dashboards which contain sensitive data. Alternatively in the umbracosettings.config you can set keepUserLoggedIn to true.

    Hope this helps.

    /JC

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies