> From: Jonathan Kushner [mailto:[EMAIL PROTECTED]
> Subject: RE: Tomcat 5.5.2 Configurations for JSESSION ID Cookie Append
>
> I'm currently working on a Seamus Issue which disallows the
> user from operating on separate session namespaces within the
> same browser instance. For example, when a user instantiates
> a new tab and loads a separate story, the second story will
> overwrite the first since we have no measure to separate
> these separate tabular "sessions".

Sounds like you really need to be tracking the information via something other 
than a Session.  Playing with JSESSIONID is a stop-gap at best, and likely not 
a full solution.  Perhaps you can use some token embedded in each tab or web 
page as a key to a HashTable that tracks the information you need.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to