attempt bug fix
This commit is contained in:
@@ -64,7 +64,7 @@ class furatalogSessions {
|
||||
'path' => '/',
|
||||
'domain' => 'furatalog.xyz',
|
||||
'secure' => true,
|
||||
'httponly' => true,
|
||||
'httponly' => false,
|
||||
'samesite' => 'Lax'
|
||||
]);
|
||||
}
|
||||
@@ -102,7 +102,7 @@ class furatalogSessions {
|
||||
'path' => '/',
|
||||
'domain' => 'furatalog.xyz',
|
||||
'secure' => true,
|
||||
'httponly' => true,
|
||||
'httponly' => false,
|
||||
'samesite' => 'Lax'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user