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
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?
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
Member Timeout redirection
I'm trying to redirect a member to a url once the timeout has been reached.
in web.config:
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?
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.