Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After upgrading to Umbraco 7, my CMS users are now being logged out of Umbraco after only two hours.
Do you have any suggestions on how to fix this so they stay logged in much longer?
Add this to your web.config (it may already be present, so you may want to change the value to an appropriate number of minutes):
<add key="umbracoTimeOutInMinutes" value="9999"/>
Did that work for you? Somebody else is having a similar issue: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/72404-keep-getting-logged-out-of-umbraco-after-730-upgrade
That didn't work for me, but thank you for the suggestion. I'll keep an eye on the other topic as well.
Might be related to a bug described in this thread: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/72302-logging-into-the-backoffice-73-loses-umb_ucontext-cookie
That bug has apparently been fixed in the just released Umbraco 7.3.1. Also, that thread contains a workaround.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Users are being logged out after only a couple hours
After upgrading to Umbraco 7, my CMS users are now being logged out of Umbraco after only two hours.
Do you have any suggestions on how to fix this so they stay logged in much longer?
Add this to your web.config (it may already be present, so you may want to change the value to an appropriate number of minutes):
Did that work for you? Somebody else is having a similar issue: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/72404-keep-getting-logged-out-of-umbraco-after-730-upgrade
That didn't work for me, but thank you for the suggestion. I'll keep an eye on the other topic as well.
Might be related to a bug described in this thread: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/72302-logging-into-the-backoffice-73-loses-umb_ucontext-cookie
That bug has apparently been fixed in the just released Umbraco 7.3.1. Also, that thread contains a workaround.
is working on a reply...