IRequestLogger pretty much gives you all the information you need.
In 1.3 and 2.0 this logger is improved (and will be improved)
you see or can see exactly the request (what page is requested, what page is responded to, what is touched and how big the session was)
besides how long it did take. You can add information to that log for a specific session by letting your session implement ISessionLogInfo interface.

johan


On 10/28/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
Hi,

im not sure how to adress this thing with wicket: if you make a website you
want to see where your visitor goes, what he does - usually by examining the
webservers logfile by looking at the URLs - however this wont work in
wicket.

How could this be solved ? - how can we track & trace our visitors ? Does
anyone know a existing solution (maybe open-source) that integrates very
easy with wicket ? (perhaps so easy that putting it onto a "BasePage" is
nearly enough ?)

Best Regards,

Korbinian

PS: i would be happy if this could be done without using the session


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to