duanmangxie7131 2016-12-09 16:38
浏览 144

PHP Cookie在删除后仍然存在

I have this problem with a cookies:

setcookie('NAME', '', time() - 3600);
 session_unset();
 session_destroy();

Cookie still exist in browser and I can see the values with print_r($_COOKIE); But I can't access into file content (that's right because session deleted on server side). But why cookies still visible in a browser until I close it down?

  • 写回答

1条回答 默认 最新

  • doufu8887 2016-12-09 22:25
    关注

    you are setting the cookie to expire, so on the next page load it will be removed by the browser. – cmorrissey

    cmorrisey is correct. In your code example, I see that you set the expiration to an hour ago. You can also use 0 to have the cookie expire at the end of the session, if that is preferred.

    PHP cookie: http://www.w3schools.com/php/func_http_setcookie.asp

    Expiration field is optional. Specifies when the cookie expires. The value: time()+86400*30, will set the cookie to expire in 30 days. If this parameter is omitted or set to 0, the cookie will expire at the end of the session (when the browser closes). Default is 0

    session_name()/session.name - http://php.net/manual/en/function.session-name.php

    评论

报告相同问题?

悬赏问题

  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line