Sign in
webkit
/
WebKit
/
2bd098f9b209dd5c23671aa416474d5690af4754
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
set-cookie.php
blob: 2ff089807170502d41d583e111cd9c5f5802da5b [
file
] [
log
] [
blame
]
<?
php
setcookie
(
$_GET
[
"name"
],
$_GET
[
"value"
],
0
,
"/"
);
?>
Set
<?=
$_GET
[
"name"
]
?>
=
<?=
$_GET
[
"value"
]
?>