Copied to clipboard

Flag this post as spam?

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


  • MK 426 posts 902 karma points
    Apr 13, 2012 @ 16:12
    MK
    0

    Logout event

    Hi there,

    Does anyone know how I can subscribe to the logout event inorder to delete the cookies?

    Cheers

    mkariti

     

  • MK 426 posts 902 karma points
    Apr 15, 2012 @ 09:58
    MK
    0
      <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>
  • 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