Copied to clipboard

Flag this post as spam?

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


  • MK 429 posts 906 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 429 posts 906 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>
Please Sign in or register to post replies

Write your reply to:

Draft