If a cookie is set using PHP's setcookie() function without an expiration date, which of the following is true? code example
Example: cookies php syntax
setcookie("cookie_name", "type_on_cookie", expiry_time(), "/");
setcookie("cookie_name", "type_on_cookie", expiry_time(), "/");