Detect if PHP session exists

前端 未结 5 1909
星月不相逢
星月不相逢 2020-11-30 03:23

Facebook now offer subscriptions to users so you can get realtime updates on changes. If my app receives an update, I plan to store it in the database. I would also like to

5条回答
  •  攒了一身酷
    2020-11-30 03:34

    According to the PHP.net manual:

    If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is used, use isset() to check a variable is registered in $_SESSION.

提交回复
热议问题