I need to track actions by users in my web page, like where they clicked, pages they visited and store all this to a database.
I looked into CGI::Session, but I am wondering if some of you had done something like in Perl and could pointing me to the right direction.