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 b7dd414 commit e45515bCopy full SHA for e45515b
lib/LIB-Session.php
@@ -6,8 +6,8 @@ class Session extends Core {
6
"path" => "/",
7
"httponly" => true,
8
"expires" => 0,
9
- "samesite" => "Lax",
10
- // "secure" => true
+ // "secure" => true,
+ "samesite" => "Lax"
11
];
12
13
// (B) CONSTRUCTOR - AUTO VALIDATE JWT COOKIE & RESTORE SESSION DATA
0 commit comments