"bk_sess" ,"auth" => "bk_cr_auth" ,"perm" => "bk_perm" ,"user" => "bk_user")); # kill the perm_auth_cookie if one exists SetCookie("bookmarker_perm_auth", "", 0, "/", $sess->$cookie_domain); # kill the auth. this will force user # to re authenticate. $auth->unauth(); # set msg and send user back to start page. $sess_msg .= "
You have been logged out of bookmarker."; header(sprintf("Location: index.php3")); page_close(); ?>