Copied to clipboard

Flag this post as spam?

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


  • Bezmundo 48 posts 139 karma points
    Mar 24, 2017 @ 15:33
    Bezmundo
    0

    Member Timeout redirection

    I'm trying to redirect a member to a url once the timeout has been reached.

    in web.config:

     <authentication mode="Forms">
      <forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" timeout="15" />
    </authentication>
    

    It does logout the member but there's no way to detect the logout event and force the user to a login page.

    Any ideas?

  • 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.

Please Sign in or register to post replies