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