Skip to content

Commit 42cca49

Browse files
Create cookies as raw in HttpFoundationFactory
1 parent cffb3a8 commit 42cca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/HttpFoundationFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private function createCookie(string $cookie): Cookie
218218
isset($cookieDomain) ? $cookieDomain : null,
219219
isset($cookieSecure),
220220
isset($cookieHttpOnly),
221-
false,
221+
true,
222222
isset($samesite) ? $samesite : null
223223
);
224224
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy