Hello, I am building a website with nodeJS. The goal is the user launch a session when he logs his account (so i create a socket), but i am looking for the best way to keep this socket (on the client side) all along the navigation.
For exemple, if the user go from "monsite.com/login.php" to monsite.com/home.php i am going to loose the socket which i created in "monsite.com/login.php"... How would you do that ? Is it really appropriate to work with PHP ? Because i think you don't have this kind of problem with a website build with a JS Framework like Blackbone.js ! Thanks for your advices ! -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
