Encrypt fixes, add carnum options, remove debug lines

This commit is contained in:
2021-10-15 22:48:46 -04:00
parent 9cd8dc3031
commit 1ead81a2b4
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
setcookie ( 'app_disp_lang', $app_disp_lang, [
'expires' => time() + 60*60*24*90,
'secure' => false,
'httponly' => true,
'httponly' => false,
'samesite' => 'Strict',
]);
//setcookie ( 'app_disp_lang', $app_disp_lang, time() + 60*60*24*90); // SET SITE COOKIE