All Questions
2 questions
8
votes
2
answers
349
views
Local user registration
More javascript (nodejs) to go with the passport wrapper I just posted:
UserBook.js
...
3
votes
1
answer
898
views
Polling script to determine the continuous time a user has been connected
I've been asked to keep track of how long a user has been connected to a site without interruption.
So far the solution I've come up with is to use ajax to poll the site every now and then to check ...