See who"s on site right now.
am 20.10.2007 15:47:41 von A Player
Is there a way to see who's on which site on our web server, and what file
(page) they currently have open? If there's a tool out there, preferably a
real-time, free tool, that would be great.
I know I could go through the logs, but we're running about 10 web sites on
this server, and I don't want to have to go through the logs for all web
sites.
Thanks,
Jesse
Re: See who"s on site right now.
am 20.10.2007 19:10:09 von Anthony Jones
"Jesse" wrote in message
news:eFsQN$xEIHA.1164@TK2MSFTNGP02.phx.gbl...
> Is there a way to see who's on which site on our web server, and what file
> (page) they currently have open? If there's a tool out there, preferably
a
> real-time, free tool, that would be great.
>
> I know I could go through the logs, but we're running about 10 web sites
on
> this server, and I don't want to have to go through the logs for all web
> sites.
>
Nope. HTTP is a connectionless protocol. Once the browser has retrieved a
resource from a server there is nothing that links the current page being
viewed by the client with any connection between the server and client.
--
Anthony Jones - MVP ASP/ASP.NET