Hi,
I'd like to track access to pages with certain parameters in the urls.
I want to track the whole history of these pages and associate them with the session (cause).
Then when a special event occur (effect) I want to associate it with the session and the history.
I want to correlate causes and effects even before login / registration when sid is regenerated.
I was wondering if there are similar modules before reinventing the wheel or at least any module that could be an inspiration for writing my own.
Right now I'm not looking for advices about implementation of such a beast[1] (even if they will be welcome) but mainly I'd appreciate if someone could point me to an already existent module that already does this or something very similar.
[1] a cookie could simply solve the sid regeneration problem.