You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Carlo Camerino <cm...@gmail.com> on 2009/04/20 15:27:56 UTC

Wicket HttpSession Thread Safety

Hi,

I would just like to post an inquiry on how wicket handles httpsession
concurrency.
When the application usage volume goes way up, it seems that httpsession is
problematic.

In struts for example,
if you use request.getSession() without synchronized access you might
encounter problems

My question is how does wicket handle this? Do we need to add any special
handling or does wicket take care of it automatically?

Thanks
Carlo