Short answer: no. Tomcat doesn't have any knowlege of how many windows
client-side are sharing the same session cookie. As long as the same
session cookie is returned, tomcat see's just one client.
The issue can be mitigated by storing state information in the request
via hidden form fields or GET params on the page links.
--David
Ryan O'Hara wrote:
Is there anyway to create JSessionIDs per window rather than per
browser? I am having the problem of when you open multiple tabs
within a browser, and enter two simultaneous queries, the results
returned are corrupted. Any suggestions? Thanks for the help.
-Ryan
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]