<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR><o:SmartTagType 
name="country-region" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2>H<SPAN class=822290017-24012008>i 
James,</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=822290017-24012008></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=822290017-24012008>Tracking users of a website is a little 
tricky unless you actually have them logging in and out. Most websites are not 
stateful, which is to say you do not have the concept of a user being logged in; 
the user connects, downloads a webpage from your site and 
disconnects.</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN 
class=822290017-24012008></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=822290017-24012008>Your 
example:</SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT><FONT size=2><SPAN 
class=822290017-24012008>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
color=#0000ff><SPAN class=822290017-24012008>> </SPAN>The log-file looks like 
this:<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal><FONT face=Arial color=#0000ff size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
color=#0000ff><SPAN class=822290017-24012008>> </SPAN>192.168.0.22 - user07 
[20/Aug/2007:08:49:49 -0500] "GET /htdocs/info/wd.html<BR><BR><SPAN 
class=822290017-24012008>shows a user ID so presumably you have some kind of 
authentication, but do you have a "logoff" button and are your users forced to 
use it? Or can they simply authenticate, download the data and then close 
their web 
browser?</SPAN></FONT></P></SPAN></SPAN></FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT color=#0000ff><FONT 
size=2><SPAN class=822290017-24012008><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></SPAN></FONT></FONT></FONT></SPAN> </DIV>
<DIV><SPAN class=822290017-24012008><FONT face=Arial><FONT><FONT size=2><SPAN 
class=822290017-24012008><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
color=#0000ff><SPAN class=822290017-24012008>> </SPAN>So, it shows all the 
web pages the user accesses. What I really want to 
know<o:p></o:p></FONT></SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
color=#0000ff><SPAN class=822290017-24012008>> </SPAN>is how many users are 
currently connecting through to the web-site.</FONT></SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT 
color=#0000ff></FONT></SPAN> </P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT><FONT 
color=#0000ff><SPAN class=822290017-24012008>How can you define "Currently"? If 
you mean "How many people are currently download webpages from my website and if 
you are running a unix machines then you can use the "netstat -an" command and 
find all connections that are connected to your local port 80 (or whichever port 
your web server runs on).</SPAN></FONT></FONT></SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT><FONT 
color=#0000ff><SPAN 
class=822290017-24012008></SPAN></FONT></FONT></SPAN> </P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT><FONT 
color=#0000ff><SPAN 
class=822290017-24012008>|\/|artin</SPAN></FONT></FONT></SPAN></P></o:p></SPAN></FONT></SPAN></FONT></FONT></FONT></SPAN></DIV><FONT SIZE=3><BR>
<BR>
*************************************************************************************<BR>
The message is intended for the named addressee only and may not be disclosed to or used by anyone else, nor may it be copied in any way. <BR>
<BR>
The contents of this message and its attachments are confidential and may also be subject to legal privilege.  If you are not the named addressee and/or have received this message in error, please advise us by e-mailing security@colt.net and delete the message and any attachments without retaining any copies. <BR>
<BR>
Internet communications are not secure and COLT does not accept responsibility for this message, its contents nor responsibility for any viruses. <BR>
<BR>
No contracts can be created or varied on behalf of COLT Telecommunications, its subsidiaries or affiliates ("COLT") and any other party by email Communications unless expressly agreed in writing with such other party.  <BR>
<BR>
Please note that incoming emails will be automatically scanned to eliminate potential viruses and unsolicited promotional emails. For more information refer to www.colt.net or contact us on +44(0)20 7390 3900.<BR>
</FONT>
</BODY></HTML>