public function destroyAuthCookie()
 {
     setcookie('ganglia_auth', '', time());
     self::$auth = null;
 }