Re: seeing who is using the site..
- From: "rf" <rf@xxxxxxxxxxx>
- Date: Wed, 10 Dec 2008 11:11:59 GMT
"Erwin Moller"
<Since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx> wrote in
message news:493f9fe0$0$184$e4fe514c@xxxxxxxxxxxxxxxxx
Erwin Moller schreef:
The Natural Philosopher schreef:
Interesting problem. Who is 'online' to the site? and what pages are
they accessing..
Ok, could just do a nasty bit of regexp on the logs..but what about
every page extracting callers IP address, its own identity,(all my pages
are php) and possibly what bits of the database are being accessed....
any ideas on a nice way to present this in a 'sysadmin' page?
Hi Philosopher,
The 'who-is-online' is a little hard on normal setups.
I approached it in the past like this, but that was on a site that
demanded people to log on first:
That was poorly and confusing formulated.
What I wanted to say: If you demand them to log in, you know WHO they are,
as opposed to unknown visitors that happen to start a session with your
site.
If they do not authenticate themself with username/password, you can of
course happily start a session anyway.
But you will never, ever, know when they "leave".
Hint: I sometimes have several copies of my several browsers open. Sometimes
for days. Perhaps weeks. A browser keeps a session cookie untill *all*
instances of that browser is closed. I may revisit the subject site next
week, with the same session cookie.
.
- Follow-Ups:
- Re: seeing who is using the site..
- From: The Natural Philosopher
- Re: seeing who is using the site..
- From: Erwin Moller
- Re: seeing who is using the site..
- References:
- seeing who is using the site..
- From: The Natural Philosopher
- Re: seeing who is using the site..
- From: Erwin Moller
- Re: seeing who is using the site..
- From: Erwin Moller
- seeing who is using the site..
- Prev by Date: Re: remove comment lines from .txt file
- Next by Date: Re: Batch Uploading
- Previous by thread: Re: seeing who is using the site..
- Next by thread: Re: seeing who is using the site..
- Index(es):
Relevant Pages
|