
Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
re:
!> Yes, but how can it possibly know when a client browser has been closed...?
It can't, but if a user has closed the browser, the user will still be logged in,
at least until his session times out.
It keeps track of "logged in" users, not active users, like so many counters.
Otoh, it's real easy to implement, even if it doesn't provide an accurate, real, count... ;-)
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>> re:
>> !> Really..? How does it know...?
[quoted text clipped - 7 lines]
>
> Yes, but how can it possibly know when a client browser has been closed...?
Mark Rae [MVP] - 07 Sep 2007 15:51 GMT
> re:
> !> Yes, but how can it possibly know when a client browser has been
[quoted text clipped - 6 lines]
> It keeps track of "logged in" users, not active users, like so many
> counters.
Ah right - that's what I thought - you had me worried for a second there...
:-)
> Otoh, it's real easy to implement, even if it doesn't provide an accurate,
> real, count... ;-)
Yes indeed - I have my own implementation of that...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net