See also documentation:
http://tapestry.apache.org/session-storage.html#SessionStorage-SessionLocking
On Tue, Jun 26, 2018 at 5:40 PM Cezary Biernacki
wrote:
> By default Tapestry locks user session when handling requests
> (see
> org.apache.tapestry5.internal.services.TapestrySessionFactoryImp
By default Tapestry locks user session when handling requests
(see
org.apache.tapestry5.internal.services.TapestrySessionFactoryImpl#getSession).
It makes your applications less susceptible to race conditions but of
course it has drawback that only one request per user (if a session is
used) can b