douping4436 2014-02-09 09:16
浏览 199
已采纳

过期cookie - 神奇的数字-86400

I'm reviewing the code of my framework which deletes cookie on client and here is the piece of code where it does it:

return setcookie($name, NULL, -86400, Cookie::$path, Cookie::$domain, Cookie::$secure, Cookie::$httponly);

I'm particularly interested in why the number is -86400 seconds? Is it just random number or it has any special meaning in some convention? I can expire cookie with -1, can't I?

  • 写回答

1条回答 默认 最新

  • dongshen9686 2014-02-09 09:20
    关注

    -86400 seconds is exactly a day ago. But that aside, I don't think it has any special meaning. Maybe the guy writing this chose this value to also wipe cookies for browsers that are in a different timezone or of people that have their computer clock set to a slightly incorrect time.

    But my guess would be that there used to be 86400 (as a positive number), and the programmer just made it negative to remember the old value, in case they would need it again.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab实现基于主成分变换的图像融合。
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊