<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 20/04/15 15:34, Dan Berry wrote:<br>
    <blockquote
cite="mid:CY1PR0801MB0892A4E50C1D7BC7A1D6F74BFFE00@CY1PR0801MB0892.namprd08.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I have setup a squid proxy as a POC for
          user tracking. I am looking for a way to track for close
          events, most of the customer sites that are accessed are HTTPS
          so I can’t track activity. I might be able to get by with
          tracking total connect time, so I know the windows of time
          users were connected to a specific site. Is this possible?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Dan Berry<o:p></o:p></p>
        <p class="MsoNormal">Data Network Engineer<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
    </blockquote>
    <br>
    I doubt it unless you are in control of the sites the users are
    visiting. When a page is loaded, the browser instructs the OS to
    open a TCP connection to download the page. When all the data has
    been downloaded, the TCP connection becomes idle and after a short
    time the OS will close it.<br>
    <br>
    If the sites are yours I suppose you could add some JS that would
    get the browser to repeatedly make a request to the site with a
    page-specific ID so you could track how long they were on that page.<br>
    <br>
    Cheers<br>
    <br>
    Alex<br>
    <br>
    -- <br>
    This message is intended only for the addressee and may contain
    confidential information. Unless you are that person, you may not
    disclose its contents or use it in any way and are requested to
    delete
    the message along with any attachments and notify us immediately.
    "Transact" is operated by Integrated Financial Arrangements plc. 29
    Clement's Lane, London EC4N 7AE. Tel: (020) 7608 4900 Fax: (020)
    7608
    5300. (Registered office: as above; Registered in England and Wales
    under number: 3727592). Authorised and regulated by the Financial
    Conduct Authority (entered on the Financial Services Register; no.
    190856).
  </body>
</html>