I have to put two variables in a cookie, and make it lasts for only 5 minutes(expiration).
Also, I need to have a link to delete it, when the user get out the site.
The code is something like that:
setcookie($cript,"$cript",time()+60,"",1);
setcookie($log,"$log",time()+60,"",1);
(To delete the cookie I know nothing!)
Best,
Fabrizio