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.
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
Any suggestions?
We are still facing this issue with Umbraco 4.7.2. Firebug shows alwayos the {"d": 1199 } information
This error still exists - is there any bugfix for umbraco 4.7.2?
Since we upgraded The response always tells : {"d": 1199 }
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
is working on a reply...