Private Sub LbtLogout_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LbtLogout.Click 'Kill the user session. Session.Abandon() 'Signing out of the website. FormsAuthentication.SignOut() 'Redirect to the home page Response.Redirect(FormsAuthentication.DefaultUrl) End Sub
____________ www.flickr.com/photos/psdesigner/
Login to post response