the only cgi var which could store this information is QUERY_STRING
why not use session to store session info such as SessionID?

M-
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Ryan O'Hara" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, October 24, 2006 4:43 PM
Subject: Re: JSessionID Confusion


> Thanks, Dave.  One more question -  How can you tell Tomcat to assign  
> sessions based on session IDs defined in CGI variables?
> 
> -Ryan
> 
> On Oct 23, 2006, at 4:04 PM, David Smith wrote:
> 
>> 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]
>>
>>
> 
> 
> ---------------------------------------------------------------------
> 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