Do you just get a list of tcp connections from the server side? Or do they have to be HTTP sessions?
Everyone has a session anyway, so I just count them, until someone logs in. But I also have a lurker timeout, if someone does not send data to the server for some time, his lurker status is removed, even if the actual session has not ended.
I see. I made a simple telnet connect with no http GET and it didn't count me as a lurker but when I did GET I got counted in. Sessions thing makes sense. Thanks for explaining!
Everyone has a session anyway, so I just count them, until someone logs in. But I also have a lurker timeout, if someone does not send data to the server for some time, his lurker status is removed, even if the actual session has not ended.
I see. I made a simple telnet connect with no http GET and it didn't count me as a lurker but when I did GET I got counted in. Sessions thing makes sense. Thanks for explaining!
LOL
ddos incoming