Assuming you are using FormsAuthentication:
Invoke the following when responding to the users clicking logout button...
// Update any database status for the user first...
// Then....
Session.Abandon();
FormsAuthentication.SignOu
Response.Redirect("somepag
Main Topics
Browse All Topics





by: raterusPosted on 2006-12-22 at 11:43:53ID: 18189054
If you are using Windows Authentication, it's not possible to Logout, because you never really login.