在我的应用程序中,我使用js在fronend中使用时间计数器。我希望在计时器到期时重置计时器cookie。
在cookie中设置计时器
setcookie("timer_user_".$customer['entity_id']."_product_".$id, date('Y-m-d H:i:s', strtotime('+2 min')));
删除Cookie中的计时器
setcookie("timer_user_".$customer['entity_id']."_product_".$id, date('Y-m-d H:i:s', strtotime('-2 min')));
立即记录此库克值。我正在获得价值