Thanks to this module, I created a Views table in which I can display Session id, Hostname, Path and Timestamp. I tried grouping the results by Session ID but it seems that's only possible (meaningful) for logged in users.

Session Id changes on every click for anonymous users.

Is there any way to preserve the session ID for every anonymous users?

CommentFileSizeAuthor
#2 Accesslog test.png124.19 KBbisonbleu

Comments

bisonbleu created an issue. See original summary.

bisonbleu’s picture

StatusFileSize
new124.19 KB

Here's what I mean. In yellow, a single session for an anonymous user; note the session id changes. In red, a single session for a logged-in user; the session id is preserved and therefore 'groupable'.

Accesslog test page