> From: WILLIAM PARRA [mailto:[EMAIL PROTECTED] 
> Subject: Re: overlapped parameters between sessions
> 
> I pass an parameter to identify the type user. With this 
> parameter, i define if show one page.. or other. Some times 
> the parameter requested, was changed.    

Do you ever store the parameter in some place that's not specific to the
particular Request object currently being processsed?  For example, if
you store the parameter in the Session or in some static variable, it
can be overwritten by the value from another request.

 - 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