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