Cookie

Cookies are a mechanism for storing data in the remote browser and thus tracking or identifying return users.

<?php

setcookie("aCookieName", "Cookie value", time()+3600);  /* expire in 1 hour */

?>

Documentation

Related : Hyper Text Transfer Protocol (HTTP)

Related packages : dflydev/fig-cookies