Is their a way to set a cookie to never expire? This is the code I've right now.
<?php
$name = "nonflash";
setcookie("banner",$name,time()+1209600,"/",".custommaxima.com",0);
header("Location:
?>
<?php
$name = "nonflash";
setcookie("banner",$name,time()+1209600,"/",".custommaxima.com",0);
header("Location:
?>