Generally, you can just remove the Session cookie or entry. Subsequent Session lookups then fail and force the user to log back in (if you're using Session to track the login). If you manually manage the user's cookie, just remove the cookie (write a blank string to the cookie).
+++ Rick ---