added a time cause FF seems to discard cookies without a timestamp immediately against specification

master
BodgeMaster 2020-03-10 19:39:26 +01:00
parent ff876e6dcc
commit f0e911b5cc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
setcookie('threadr_cookie_banner');
// header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
setcookie('threadr_cookie_banner', $expires=time()+2592000);
//header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
print_r($_COOKIE)
?>