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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...