Hello,

I'm implementing a j2ee filter to obtain a jcr session per http request (using a threadlocal), however it sometimes opens more than once session when I open a webpage, I'm thinking this is because many threads are involved in a single request, but this affects performance (a lot), what workaround can I apply to avoid this kind of overhead (to have a real session per request instead of session per thread?).

Correct me if I made the wrong assumptions,
Edgar Merino

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to