duanlan6259 2014-07-02 19:08
浏览 17
已采纳

too long

I want to know whether user has blocked cookies. I have googled for the solution in php. I have found the solutions to create a cookie and redirect to another page and then check the cookie. When I started thinking I have came across this solution

I am not sure if this method is harmful or not secure. Can anyone explain me if this method can be used or not

<?php session_start();

if(!isset($_COOKIE['PHPSESSID'])) echo 'cookies are disabled, set cookies';

I have read session_start() creates a cookie on clients system to keep track of clients browser which is sent through headers for every http request and its key is PHPSESSID

If user blocks cookies in his browser session_start() cannot create the cookie file with the key PHPSESSID nor the headers are sent.

So understanding this I have found the above solution and it works, tested on FF, Chrome, >=IE8.

Let me know if this is method have any downsides. Thanks

  • 写回答

1条回答 默认 最新

  • doufei2328 2014-07-02 20:28
    关注

    Sorry, but it won't work. You can use cookies and check if they exist only if you refresh page / go to another url.

    I' tested it to make sure in Firefox and Internext Explorer and I get:

    cookies are disabled, set cookies
    

    when I visit site and when I refresh it, I get no info so as you see this solution doesn't work at all.

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

报告相同问题?

悬赏问题

  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘