We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f00baa commit 3e08d55Copy full SHA for 3e08d55
src/Http/CurlDispatcher.php
@@ -48,7 +48,7 @@ public function __construct(array $config = [])
48
$this->config = $config + $this->config;
49
50
if (!isset($this->config[CURLOPT_COOKIEJAR])) {
51
- $cookies = str_replace('//', '/', sys_get_temp_dir().'/embed-cookies.'.uniqid());
+ $cookies = str_replace('//', '/', sys_get_temp_dir().'/embed-cookies-'.uniqid().'.txt');
52
53
if (is_file($cookies)) {
54
if (!is_writable($cookies)) {
0 commit comments