Issue status update for http://drupal.org/node/31449 Post a follow up: http://drupal.org/project/comments/add/31449 Project: Drupal Version: cvs Component: statistics.module Category: feature requests Priority: critical Assigned to: chx Reported by: chx Updated by: Jeremy@kerneltrap.org Status: patch (code needs review) Why not? Do you see any negative impacts from that, or are you just pointing out that it's missing from the patch? If the same IP shows up with multiple session ID's, either the same person is using multiple browsers, or it's multiple users behind a NAT device, or... However, it seems the various "track by IP" type operations no longer exist. I only see "track page visits" tabs on the user page. Why was the ability to track users by IP removed? (it evidently happened a while ago, I'm used to 4.5, and see they're gone as of 4.6...) Jeremy@kerneltrap.org Previous comments: ------------------------------------------------------------------------ Sat, 17 Sep 2005 06:24:55 +0000 : chx Attachment: http://drupal.org/files/issues/anon_paths.patch (1.04 KB) For the first time I needed to do something with drupal statistics and I was shocked to see that session ID is not stored so I can't track my guests. I guess this affects most sites as the typical site has magnitudes more guests than logged in users. update_sql is not here, if you say this is a go, I'll write it. ------------------------------------------------------------------------ Sat, 17 Sep 2005 12:01:29 +0000 : Dries Storing the session ID is one thing, using it another. How would this affect the existing statistics pages? Would you update them to group/sort by session ID rather than by IP?