Node.js reading PHP session
- by Saif Bechan
Does anyone know if Node.js can access the session variables you set in PHP. I want to deliver diverent content to logged in users and non logged in users.
If not, does anyone know a way to achieve this.