added a time cause FF seems to discard cookies without a timestamp immediately against specification
parent
ff876e6dcc
commit
f0e911b5cc
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
setcookie('threadr_cookie_banner');
|
setcookie('threadr_cookie_banner', $expires=time()+2592000);
|
||||||
// header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
//header("Location: https://$_SERVER[HTTP_HOST]" . urldecode($_GET['from']));
|
||||||
|
|
||||||
print_r($_COOKIE)
|
print_r($_COOKIE)
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue