Has anyone done work to keep a 'heartbeat' to know that a user is still around on the web site? I'm thinking I can popup a small window that can sit in the background or be useful for other purposes and have that window do automatic refreshes which get passed on to a database lastHeartbeatDateTime field. Each user is logged in so we know who 'owns' the session. A user would be considered 'connected' if their last 'heartbeat' was recent. It's not exact but it seems like a fair approximation to session control for a stateless session.
Any other ideas? Any better way? The big picture would be things like a display a list of co-members who are actively online. Any ideas of the best way to do this? Would anyone suggest some java applets or such instead?
Thanks!
Any other ideas? Any better way? The big picture would be things like a display a list of co-members who are actively online. Any ideas of the best way to do this? Would anyone suggest some java applets or such instead?
Thanks!