You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mark Thomas <ma...@apache.org> on 2018/12/18 10:03:13 UTC

Re: Why tomcat not prevent concurrent requests from same session

On 18/12/2018 07:00, jianjun.guo wrote:
> When one web page contains twice and more pages.
> Sometime there are simultaneous requests which same session in tomcat.
> Image that these page modify the session.
> The session will be  in confusion。
> Will we consider making the session exclusive access

No.

See section 7.7.1 of the Servlet 4 specification. In particular the
sentence starting "The Developer has the responsibility..."

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org