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.
2 parents 82085d5 + f934a4f commit cb0819aCopy full SHA for cb0819a
1 file changed
lib/Phpfastcache/Drivers/Cookie/Driver.php
@@ -49,7 +49,7 @@ public function driverCheck(): bool
49
*/
50
protected function driverConnect(): bool
51
{
52
- return !(!\array_key_exists('phpFastCache', $_COOKIE) && !@setcookie('phpFastCache', 1, 10));
+ return !(!\array_key_exists('phpFastCache', $_COOKIE) && !@setcookie('phpFastCache', '1', 10));
53
}
54
55
/**
0 commit comments