Copied to clipboard

Flag this post as spam?

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


  • dominik 711 posts 733 karma points
    Oct 25, 2012 @ 11:54
    dominik
    0

    GetSecondsBeforeUserLogout issue - lock screen

    Hello,

    Since we have updated to umbraco version 4.7.2 the GetSecondsBeforeUserLogout does not count down.

    The response always tells : {"d": 1199 }

    Timeout is configured as 20 in the web.config

     

    Any idea why this is happening and how this can be solved

  • dominik 711 posts 733 karma points
    Nov 02, 2012 @ 13:05
    dominik
    0

    Any suggestions?

  • dominik 711 posts 733 karma points
    Nov 12, 2012 @ 08:20
    dominik
    0

    We are still facing this issue with Umbraco 4.7.2. Firebug shows alwayos the  {"d": 1199 } information

  • dominik 711 posts 733 karma points
    Nov 21, 2012 @ 13:46
    dominik
    0

    This error still exists - is there any bugfix for umbraco 4.7.2?

    Since we upgraded The response always tells : {"d": 1199 }

  • Santhosh 58 posts 99 karma points
    Nov 22, 2012 @ 13:54
    Santhosh
    0

    From Umbraco 4.7.2 Release notes/Change set file

    We’ve made the dreaded lock screen disabled by default by ensuring that Umbraco auto-renews login as long
    as the browser is open. The lock screen can be enabled via a new setting in umbracoSettings.config called
    /settings/security/keepUserLoggedIn which should be set to false.

    <settings>
    ....

    <security>
    <keepUserLoggedIn>false</keepUserLoggedIn>
      </security>

    ....

    </settings>

    This solves the problem.

    Thank,

    Santhosh

Please Sign in or register to post replies

Write your reply to:

Draft