Skip to content

Commit e45515b

Browse files
authored
Update LIB-Session.php
1 parent b7dd414 commit e45515b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/LIB-Session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class Session extends Core {
66
"path" => "/",
77
"httponly" => true,
88
"expires" => 0,
9-
"samesite" => "Lax",
10-
// "secure" => true
9+
// "secure" => true,
10+
"samesite" => "Lax"
1111
];
1212

1313
// (B) CONSTRUCTOR - AUTO VALIDATE JWT COOKIE & RESTORE SESSION DATA

0 commit comments

Comments
 (0)