$.cookie('Cookie',"Cookie Value",1);
我可以用PHP读取它:
echo $_COOKIE["Cookie"];
每次HTTP GET或POST都会将cookie发送回服务器,该服务器由cookie设置的域/路径构成,直到它过期.