Home
last modified time | relevance | path

Searched refs:cookie_file (Results 1 – 1 of 1) sorted by relevance

/plugin/bugzillaxmlrpc/
H A Dsyntax.php43 protected $cookie_file; variable in syntax_plugin_bugzillaxmlrpc
76 curl_setopt($ch, CURLOPT_COOKIEJAR, $this->cookie_file );
81 @unlink($this->cookie_file);
103 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie_file );
138 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie_file );
149 unlink($this->cookie_file);
163 $this->cookie_file = tempnam('', 'bugzillaxmlrpc');