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 there,
Does anyone know how I can subscribe to the logout event inorder to delete the cookies?
Cheers
mkariti
<asp:LoginStatus ID="LoginStatus1" runat="server" LogoutText="Logout" LogoutPageUrl="/" LoginText="Login" LogoutAction="Redirect" onloggingout="LoginStatus1_LoggingOut" />
<script runat="server"> protected void LoginStatus1_LoggingOut(object sender, LoginCancelEventArgs e) { } </script>
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
Logout event
Hi there,
Does anyone know how I can subscribe to the logout event inorder to delete the cookies?
Cheers
mkariti
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.