What kind of logging system do you use? log4j's pattern logger has %p I think. If you combine this with start/end logging of your request (see requestcycle#onbeginrequest/onendrequest) you can log the session id together with the username. This would make it easier to track what is happening in each thread.
Martijn On 4/8/08, Edvin Syse <[EMAIL PROTECTED]> wrote: > Martijn Dashorst wrote: > > > Add to that the thread name. This way you can track session usage > > across threads. > > > > How do I get the thread name? > > > -- Edvin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.2 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
