We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eb907 commit 7c90d41Copy full SHA for 7c90d41
src/Illuminate/Cookie/Middleware/EncryptCookies.php
@@ -43,6 +43,8 @@ class EncryptCookies
43
public function __construct(EncrypterContract $encrypter)
44
{
45
$this->encrypter = $encrypter;
46
+
47
+ $this->serialization[config('session.cookie')] = false;
48
}
49
50
/**
0 commit comments