Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2005 at 19:32 UTC
Updated:
8 Oct 2011 at 23:05 UTC
Ive noticed that guests online doenst seem to be accurate.
One one of my sites the users are around 7000 to 8000 during peak time
Is the Whos Online feature a bit out of whack?
Comments
Comment #1
insomoz commentedI forgot to mention that im using ver 4.6
Comment #2
menesis commentedComment #3
stevryn commentedyou can try to set the whos online block "user activity" configuration lower, that times them out quicker. I dont think that is all that good of a solution either. I have the same problem, what happens is every page I visit on the site is generating a new "session" so to speak. So when administering the site, I suddenly have 87 guests! Im still reearching this, will post again if I find an answer.
Comment #4
stevryn commentedAhhh this appears to be browser related. I went the site under Netscape and it didnt do it, So IE is the culprit, at least in my setup.
What I belive you are seeing is not only real guests, and probably also indexing spiders, but also the browser not correctly handling the sessions.
Try it with different browser and let me know how you make out.
Comment #5
killes@www.drop.org commentedThe block counts the active sessions on your site. if you just got visited by a crawler, there are going to be a lot of open sessions (every page view creates a new one as crawlers do not bother about session cookies).
Comment #6
allitbooks commentedHappens in firefox as well. My site is only a month old and I am seeing upwards of 100 users at times. Gotta be wrong, although I am starting to see google, yahoo, msn and askjeeves search hits!
Comment #7
killes@www.drop.org commentedA possible solution would be to not generate a cookie for http 1.0 clients.
Comment #8
magico commentedSee also http://drupal.org/node/696 because the base problem is the same: exclude certain IPs or robots.
The basic functions for counting "Who's online" aren't broken, so this issue is an improvement over the basic functionality.
Comment #9
RobRoy commentedMarked http://drupal.org/node/4105 as a duplicate.
Comment #10
pasqualleComment #11
cafuego commentedWho's Online does not count anonymous users. Fixed. See also #4478: Who's online lists Guests even when anon users have no access