B blu3g85 Apr 3, 2004 #1 i want to make a button 4 logout n when logout is click user session will end.
M Max Apr 3, 2004 #2 If you are using forms authentication it's something like: FormsAuthentication.SignOut() Response.Redirect("login.aspx")
If you are using forms authentication it's something like: FormsAuthentication.SignOut() Response.Redirect("login.aspx")