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
Hello ,
How can i make it take longer before Umbraco (version 4) automatically logs us out?
Can you please help me.
Hi Malar,
Within the Web.config of your project, you should be able to find the umbracoTimeOutInMinutes key, which is enclosed within the<appSettings> tag.
umbracoTimeOutInMinutes
<appSettings>
I believe by default, this will log the user out after 20 minutes.
<add key="umbracoTimeOutInMinutes" value="20" />
Hopefully this helps!
Regards, Rhys
Hi Rhys,
Thank you for your replay. I want to set for 2 hours . Can i do like that add key="umbracoTimeOutInMinutes" value="120"
is working on a reply...
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.
Continue discussion
Time at umbraco logs out
Hello ,
How can i make it take longer before Umbraco (version 4) automatically logs us out?
Can you please help me.
Hi Malar,
Within the Web.config of your project, you should be able to find the
umbracoTimeOutInMinutes
key, which is enclosed within the<appSettings>
tag.I believe by default, this will log the user out after 20 minutes.
Hopefully this helps!
Regards, Rhys
Hi Rhys,
Thank you for your replay. I want to set for 2 hours . Can i do like that add key="umbracoTimeOutInMinutes" value="120"
is working on a reply...
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.