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
Which method is used to check if SESSION exists or not? Answer: isset($_SESSION['variable_name'])
Example: isset($_SESSION['id'])