Closed (duplicate)
Project:
Drupal core
Version:
5.3
Component:
user.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2007 at 23:07 UTC
Updated:
28 Dec 2007 at 06:02 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedBut why shouldn't the user be displayed as many times as he's logged in? The real fix is to remove session a if the user logs into session b with controls added for the admin to decide if multiple user sessions should be allowed; which is a new feature.
Comment #2
hba commentedIf this is by design, it's fairly weird.
The block should, as I see it, be a quick list to see who of your fellow members are online. Nobody (except the admins) cares about if they are logged into several sessions.
Comment #3
hazexp commentedI've noticed this issue occurring on a couple of Drupal sites that I work with.
I think that hba is right on this one earnie. Reason being, when I see a Who's Online block, I don't want to show the usernames for every active session that my users have, I just want to show all usernames that have at least one active session.
Comment #4
Anonymous (not verified) commentedThe only way to implement peer-to-peer applications is by session. You need to be able to identify each unique session and not each unique user. So if I have Who's Online and want to use a peer-to-peer application I need to be able to ping the user at each session.
Comment #5
Anonymous (not verified) commentedOn second thought. Those peer-to-peer applications can do it themselves.
Comment #6
JirkaRybka commentedPossible duplicate: http://drupal.org/node/107051
Comment #7
drummI do not see any comments here which make me believe someone, other than the writer, has tested this patch.
Comment #8
JHeffner commentedThe patch works under 5.3. It was related to an earlier problem in http://drupal.org/node/107051 and was introduced by an attempt for postgres compatibility I believe. The patch keeps popping back up ever since revision 5.1, since it hasn't been committed yet.
Comment #9
JHeffner commentedCan someone Please submit this? It popped up again in 5.4/5.5
Comment #10
drummDuplicate of http://drupal.org/node/107051.