Apache::ClickPath can be used to track user activity on your web server and gather click streams. Unlike mod_usertrack it does not use a cookie. Instead the session identifier is transferred as the first part on an URI.
ユーザー追跡を行うためのセッション ID を URI に付与する PerlTransHandler。Apache::ClickPath を仕込んだパスへのアクセスでは Apache のロギングにユーザー追跡用の変数が使えるようになるので、ログをそれでカスタマイズしてログアナライザに食わせましょうとのこと。Cookie を使わないのがポイント。