will you save the values in the cookie and how will you retrieve it in php code example
Example: php cookie
setcookie ('name', 'value', $expiresOn, $path, $domain, $secure, $httponly)
setcookie ('name', 'value', $expiresOn, $path, $domain, $secure, $httponly)