[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] Time an HTTP session ends



Seeme like the scheme below will give the time
that the last Request is sent from a client
to a server for that session. It won't include
the time for the server's response to the 
request as well as the last object data 
transfer and any other data transfers that
are still in progress.

Is this accurate?

Nabil

> >From: Haobo Yu <[email protected]>
> >To: Alhussein Abouzeid <[email protected]>
> >CC: [email protected]
> >Subject: Re: [ns] Time an HTTP session ends
> >Date: Tue, 5 Sep 2000 15:51:21 -0700 (pdt)
> >
> >no. but it's easy to add a otcl hook. Go to webcache/webtraf.h and add a
> >tcl.evalf("%s done-session", name()) in WebTrafPool::doneSession()
> >
> >On Tue, 5 Sep 2000, Alhussein Abouzeid wrote:
> >
> > >
> > > Is there a way from the tcl side to find out when an HTTP session ends? 
> >I'm
> > > using webtraf.cc.
> > >
> > > Thanks in advance,
> > >
> > > Hussein.
> > >