I am using Umbraco 4.9.0. I have discovered that my login lasts only a day before it locks the CMS. It is not locking after 20 minutes of not doing anything, just once a day about 24 hours after logging in. This can happen while I am doing things, so I know it's not inactivity triggering it. I have not found anything in the documentation or forums that indicates why this feature exists and whether or not it is configurable.
I know there's no reason for Umbraco to be left open that long when it's not being used, and I will tell my end users they should log out when they are not using it. But is there a way I can disable it from locking after 24 hours, or at least increase the time to a longer duration?
Have a look at your application pool's recycle policy in IIS. I'm not sure if it will affect users logged in already but if your application is set to recycle every 24 hours, this could be causing your problem.
Umbraco locks 24 hours after logging in
I am using Umbraco 4.9.0. I have discovered that my login lasts only a day before it locks the CMS. It is not locking after 20 minutes of not doing anything, just once a day about 24 hours after logging in. This can happen while I am doing things, so I know it's not inactivity triggering it. I have not found anything in the documentation or forums that indicates why this feature exists and whether or not it is configurable.
I know there's no reason for Umbraco to be left open that long when it's not being used, and I will tell my end users they should log out when they are not using it. But is there a way I can disable it from locking after 24 hours, or at least increase the time to a longer duration?
Thanks!
Have a look at your application pool's recycle policy in IIS. I'm not sure if it will affect users logged in already but if your application is set to recycle every 24 hours, this could be causing your problem.
is working on a reply...