lucidity23
Programmer
I am in the process of modifying a chat program I found...it uses ASP and Javascripting...
The issue I am facing now is that I want to integrate this new chat coding with my site...I currently have a database of users who need to log in to use the message forums. and that starts a session for each user which contains their user ID.
I am trying to determine the best way to see which users are in this chat window and which aren't...I am gonna start by storing who logs in to the chat in a fieldin the database...however it is knowing when someone leaves...
should the OnUnload and a logout button suffice in tracking who leaves and who is still actively in the chat?
Is there a way to actually test who has the chat window open and who does not?
I am just tossing ideas aroundd, any input is welcome. Thanks!
- carpe diem -
The issue I am facing now is that I want to integrate this new chat coding with my site...I currently have a database of users who need to log in to use the message forums. and that starts a session for each user which contains their user ID.
I am trying to determine the best way to see which users are in this chat window and which aren't...I am gonna start by storing who logs in to the chat in a fieldin the database...however it is knowing when someone leaves...
should the OnUnload and a logout button suffice in tracking who leaves and who is still actively in the chat?
Is there a way to actually test who has the chat window open and who does not?
I am just tossing ideas aroundd, any input is welcome. Thanks!
- carpe diem -