Copied to clipboard

Flag this post as spam?

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


  • malar 97 posts 206 karma points
    Sep 08, 2017 @ 12:55
    malar
    0

    Time at umbraco logs out

    Hello ,

    How can i make it take longer before Umbraco (version 4) automatically logs us out?

    Can you please help me.enter image description here

  • Rhys Hamilton 140 posts 942 karma points
    Sep 08, 2017 @ 14:54
    Rhys Hamilton
    1

    Hi Malar,

    Within the Web.config of your project, you should be able to find the umbracoTimeOutInMinutes key, which is enclosed within the<appSettings> tag.

    I believe by default, this will log the user out after 20 minutes.

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

    Hopefully this helps!

    Regards, Rhys

  • malar 97 posts 206 karma points
    Sep 11, 2017 @ 20:14
    malar
    0

    Hi Rhys,

    Thank you for your replay. I want to set for 2 hours . Can i do like that add key="umbracoTimeOutInMinutes" value="120"

Please Sign in or register to post replies

Write your reply to:

Draft