ThinkCMF 使用助手函数cookie进行cookie操作
cookie
cookie('name', 'value', 3600);
echo cookie('name');
cookie('name', null);
cookie(null, 'think_');