We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6323840 + 6c6f253 commit af6107cCopy full SHA for af6107c
1 file changed
web-fixtures/sub-folder/cookie_page4.php
@@ -4,7 +4,7 @@
4
}
5
6
$cookiePath = dirname($_SERVER['REQUEST_URI']) . '/';
7
-setcookie('srvr_cookie', $cookieValue, null, $cookiePath);
+setcookie('srvr_cookie', $cookieValue, 0, $cookiePath);
8
?>
9
<!DOCTYPE html>
10
<html>
0 commit comments