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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Accesslog test.png | 124.19 KB | bisonbleu |
Comments
Comment #2
bisonbleu commentedHere'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'.