logout

  • Thread starter Thread starter blu3g85
  • Start date Start date
B

blu3g85

i want to make a button 4 logout n when logout is click user session
will end.
 
If you are using forms authentication it's something like:
FormsAuthentication.SignOut()
Response.Redirect("login.aspx")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top