Re: Session concurrency

2010-11-01 Thread Thiago H. de Paula Figueiredo
On Mon, 01 Nov 2010 11:43:28 -0200, Paulo Andrade wrote: Hello, Hi! Sorry if this an easy question, It isn't. Actually, it's not even a Tapestry-only problem, but of stateful web applications too. but I'm new to tapestry and couldn't quite figure out how does tapestry handle sessi

Session concurrency

2010-11-01 Thread Paulo Andrade
Hello, Sorry if this an easy question, but I'm new to tapestry and couldn't quite figure out how does tapestry handle sessions. My main worry is concurrent access to session objects. If two request for the same session arrive simultaneously, will the session object be accessed concurrently in