Re: Logged In
From: Neil Lathwood (no.spam.neil_at_lathwood.co.uk)
Date: 05/13/04
- Next message: Hans-Juergen Schoenig: "Problem with Socket and EOF ..."
- Previous message: Virgil Green: "Re: distributing PHP for profit"
- In reply to: Bruno: "Logged In"
- Next in thread: Justin Wyer: "Re: Logged In"
- Reply: Justin Wyer: "Re: Logged In"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 13 May 2004 20:05:23 +0100
Bruno wrote:
> What is the best way to get an accurate figure of how many people are logged
> into your website at once if you have a database of users with usernames and
> passwords?
>
> I can record when people have logged on easily enough, but how do you know
> when they have logged off since most just close the browser?
That all depends on how you control your logins.
If you take a look at some of the php forum software, they use sessions
to track users across the site and within a certain time frame can show
how many users are on the site.
Neil
- Next message: Hans-Juergen Schoenig: "Problem with Socket and EOF ..."
- Previous message: Virgil Green: "Re: distributing PHP for profit"
- In reply to: Bruno: "Logged In"
- Next in thread: Justin Wyer: "Re: Logged In"
- Reply: Justin Wyer: "Re: Logged In"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|