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: Dries Status: patch (code needs review) 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? Dries 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.