Copied to clipboard

Flag this post as spam?

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


  • Fahad 4 posts 24 karma points
    May 31, 2016 @ 11:21
    Fahad
    0

    Umbraco 7.4.3 back office after 30 sec or 1 minute timeout the session and bring me back to login.

    I have created a website in Umbraco. It was working fine on my local environment but now I have uploaded it to live server and it's annoying me by giving errors sometimes and on above all it automatically signing me out after 30 seconds or 1 minute. Can you please help me in this regards??

    Major issue is sign out.

    Regards, Fahad

  • Tiaan Pat 4 posts 75 karma points
    Jun 01, 2016 @ 05:34
    Tiaan Pat
    0

    Hi Fahad

    Please check your web.config for umbracoTimeOutInMinutes and see what it is set to.

    This is the documentation that Umbraco has on this setting:

    umbracoTimeOutInMinutes

    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.

    Hope this helps

  • Bijesh Tank 192 posts 420 karma points
    Jun 01, 2016 @ 09:24
    Bijesh Tank
    0

    Hi Fahad,

    You may also want to check your umbracoSettings.config file, make sure keepUserLoggedIn is set to true.

       <!-- set to true to auto update login interval (and there by disabling the lock screen -->
       <keepUserLoggedIn>true</keepUserLoggedIn>
    

    B.

  • 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