I have a password protected site. Is it possible for me to log off of the site, without closing the browser?
Depends how you password-protected it. If via htaccess, then no AFAIK. If via sessions then a simple log out link with session_destroy (in PHP) would work.