Re: Why tomcat not prevent concurrent requests from same session

2018-12-18 Thread Mark Thomas
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

Why tomcat not prevent concurrent requests from same session

2018-12-17 Thread jianjun.guo
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?? -- ??