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
Hi,
How are members login timeouts configured? is it "umbracoTimeOutInMinutes" in the web.config?
This wiki page seems like the correct place for the information (but it's missing), so I've put this question into the wiki page there also
I think the wiki page is where the answer should go.
http://our.umbraco.org/wiki/reference/webconfig
(I guess it would also be good to add info on how admin Users login timeout is configured also)
If you are using forms authentication then its set using timeout in the forms section of Web.config. I thinik the default is 20 minutes. To increase follow below.
<authentication mode="Forms"><forms name="SomeAwesomeWebsite" loginUrl="login" protection="All" path="/" timeout="Some Minutes" /></authentication>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member timeout settings
Hi,
How are members login timeouts configured? is it "umbracoTimeOutInMinutes" in the web.config?
This wiki page seems like the correct place for the information (but it's missing), so I've put this question into the wiki page there also
I think the wiki page is where the answer should go.
http://our.umbraco.org/wiki/reference/webconfig
(I guess it would also be good to add info on how admin Users login timeout is configured also)
If you are using forms authentication then its set using timeout in the forms section of Web.config. I thinik the default is 20 minutes. To increase follow below.
is working on a reply...