[geeklog-devtalk] geeklog-devel digest, Vol 1 #261 - 1 msg
geeklog-devel-request at lists.geeklog.net
geeklog-devel-request at lists.geeklog.net
Wed Jan 28 13:00:08 EST 2004
Send geeklog-devel mailing list submissions to
geeklog-devel at lists.geeklog.net
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.geeklog.net/listinfo/geeklog-devel
or, via email, send a message with subject or body 'help' to
geeklog-devel-request at lists.geeklog.net
You can reach the person managing the list at
geeklog-devel-admin at lists.geeklog.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of geeklog-devel digest..."
Today's Topics:
1. Dumb question but.... (Tony Bibbs)
--__--__--
Message: 1
Date: Tue, 27 Jan 2004 14:01:29 -0600
From: Tony Bibbs <tony at tonybibbs.com>
To: Geeklog <geeklog-devel at lists.geeklog.net>
Subject: [geeklog-devel] Dumb question but....
Reply-To: geeklog-devel at lists.geeklog.net
Can anyone tell me how www.geeklog.net is able to figure out how many
anonymous users are using the site? I ask because I don't think it is
immediately obvious using only the session table:
mysql> select count(*) from sessions where uid = 1;
+----------+
| count(*) |
+----------+
| 1 |
+----------+
1 row in set (0.00 sec)
That is from my session database on Iowa Outdoors and, granted it is
possible to have only 1 record but highly unlikely consider the traffic
I get. I have also ran that query at peak intervals and I always get 1.
I'd like to show this information on my site but the solution, which I
am guessing is trivial, isn't so obvious to me.
--Tony
--__--__--
_______________________________________________
geeklog-devel mailing list
geeklog-devel at lists.geeklog.net
http://lists.geeklog.net/listinfo/geeklog-devel
End of geeklog-devel Digest
More information about the geeklog-devtalk
mailing list