用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3812|回复: 2
收起左侧

[HELP] set_cookie为何取不到cookie的值??

[复制链接]
发表于 2011-12-22 17:55:40 | 显示全部楼层 |阅读模式
设置cookie

$this->input->set_cookie("posttime",time());

获取cookie

$last_posttime=$this->input->cookie('posttime', TRUE);

为什么$last_posttime是空的??没有取到任何东西。

无报错
 楼主| 发表于 2011-12-22 17:59:12 | 显示全部楼层
哦,已解决,必须要加expire参数,设置为0没问题了
发表于 2011-12-22 20:22:53 | 显示全部楼层
Thank you, problem solved.

本版积分规则