Cookie Session Php

setcookie('flavor','chocolate','','','.example.com');
setcookie('flavor','chocolate','','','j.example.com');
?>