<?php 
setcookie("user", "Alex Porter", time()+3600);
echo $_COOKIE["user"];
?>页面要刷新一下才可以获取值,请问有没办法解决?