Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Murray Roke 503 posts 966 karma points c-trib
    Aug 13, 2010 @ 00:36
    Murray Roke
    0

    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)

     

  • skiltz 501 posts 701 karma points
    Aug 13, 2010 @ 01:28
    skiltz
    1

    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>
Please Sign in or register to post replies

Write your reply to:

Draft