Comment 4 for bug 325266

Revision history for this message
Hendy Irawan (ceefour) wrote :

something.php : (all lines between dashes)
--------------------------------------------
<?php
setcookie('cookietest', 'php', time()+3600, '/', 'localhost');
?>

Check the cookie. Make sure to run this script from http://localhost/something.php (root path)
--------------------------------------------