P
Paolo Niccolò Giubelli [Axettone]
I have an ASP.NET2 web app, and I've created a small box where I show all
logged-in users; I use a simple iteration trough all registered users and I
check whether each user is online or not. The problems is: when a user logs
out, it still appears on the list! Is it possible to update the status of the
user without waiting a timeout?
logged-in users; I use a simple iteration trough all registered users and I
check whether each user is online or not. The problems is: when a user logs
out, it still appears on the list! Is it possible to update the status of the
user without waiting a timeout?